Skip to content

Commit

Permalink
improve example .env files to easy shows the minimal variables to con…
Browse files Browse the repository at this point in the history
…figurate
  • Loading branch information
chefjuanpi committed Jul 1, 2022
1 parent 371127b commit 9bd7c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion api_volontaria/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## GENERAL SETTINGS
DEBUG=True
SECRET_KEY=local
ALLOWED_HOSTS=127.0.0.1, localhost,
ALLOWED_HOSTS=127.0.0.1 localhost
DATABASE_URL=postgres://my_db_user:my_db_password@postgres:5432/my_db_name

0 comments on commit 9bd7c63

Please sign in to comment.