Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
niksbanna committed Jan 7, 2025
1 parent 48c4a04 commit 0a5e0c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# APP
APP_ENV=dev
APP_URL=http://localhost

# AUTH
WEBTOKEN_SECRET_KEY=asdfghjkl
WEBTOKEN_EXPIRATION_TIME=2400

# DATABASE
DB_URL="mongodb://localhost/nest"

0 comments on commit 0a5e0c7

Please sign in to comment.