Skip to content

Commit

Permalink
Adds .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
afred committed Nov 1, 2023
1 parent 7569204 commit 26a77ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
OV_DB_ENGINE=django.db.backends.postgresql
OV_DB_HOST=0.0.0.0
OV_DB_PORT=5432
OV_DB_NAME=postgres
OV_DB_USER=postgres
OV_DB_PASSWORD=password
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ db/

# Environment files
.env
.db
~!.env.example

0 comments on commit 26a77ee

Please sign in to comment.