Skip to content

Commit

Permalink
fix: add example .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Sep 29, 2024
1 parent 36614bf commit 4b3023b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions backend/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
NODE_ENV=development
PORT=3333
HOST=0.0.0.0
LOG_LEVEL=debug
APP_KEY=really-hard-secret-key-to-guess
SESSION_DRIVER=cookie
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_DATABASE=postgres
DB_PASSWORD=postgres

0 comments on commit 4b3023b

Please sign in to comment.