Skip to content

Commit

Permalink
Merge pull request #15 from Daily-Utils/feat/user
Browse files Browse the repository at this point in the history
feat: added user config for signup
  • Loading branch information
siddh34 authored Nov 1, 2024
2 parents a1f5b25 + 7e5ad67 commit e552391
Show file tree
Hide file tree
Showing 10 changed files with 116 additions and 505 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ROCKET_SECRET=your-secret-key
DATABASE_URL=mysql://rocket:[email protected]:3306/db
SIZE_LEN_LIMIT_STR=36
ENCRYPTION_KEY=your-encryption-key
CLIENT_ENCRYPTION_KEY=your-encryption-key
USER_ENCRYPTION_KEY=your-encryption-key
Loading

0 comments on commit e552391

Please sign in to comment.