Skip to content

Commit

Permalink
Add docker_example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Jun 6, 2020
1 parent f593708 commit ce3b7aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .config/docker_example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# db settings
POSTGRES_PASSWORD=example-dolphin-pass
POSTGRES_USER=example-dolphin-user
POSTGRES_DB=dolphin
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# config
/.config/*
!/.config/example.yml
!/.config/mongo_initdb_example.js
!/.config/docker_example.env

# dolphin
/build
Expand Down

0 comments on commit ce3b7aa

Please sign in to comment.