Skip to content

Commit

Permalink
keep .env.example tracked in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Jun 17, 2024
1 parent a3d19d0 commit 45c49f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SECRET_KEY=secret-key

DATABASE_URL=psql://postgres:postgres@db:5432/postgres
CACHE_DEFAULT=redis://redis:6379/0
STATIC_URL=/static/
STATIC_ROOT=/var/static/

POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_HOST=db
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.*
~*
*.min.min.js
*.py[ico]
Expand Down

0 comments on commit 45c49f4

Please sign in to comment.