Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Nov 27, 2024
1 parent 8d9ad1d commit 195cf7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ SECRET_KEY=yoursecretkeyhere
MILLER_DATABASE_NAME=miller
MILLER_DATABASE_USER=miller
MILLER_DATABASE_PASSWORD=miller
REDIS_HOST=redis
MILLER_DATABASE_HOST=localhost
MILLER_DATABASE_PORT=5432
REDIS_HOST=localhost
REDIS_PORT=6379
MILLER_SCHEMA_ROOT="./miller/schema"
ALLOWED_HOSTS=127.0.0.1,localhost

0 comments on commit 195cf7a

Please sign in to comment.