Skip to content

Commit

Permalink
Fix environment requirements (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiodfdez authored and alejandrogr committed Nov 21, 2017
1 parent e43c714 commit 2d13a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.required
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BROKER_URI (example: redis://redis:6379)
DATABASE_URI (example: postgresql://postgres:postgres@postgres:5433/deeptracy)
BROKER_URI (example: redis://localhost:6379)
DATABASE_URI (example: postgresql://postgres:postgres@localhost:5433/deeptracy)
SHARED_VOLUME_PATH (example: /tmp/deeptracy)
PLUGINS_LOCATION (example: /opt/deeptracy/plugins)
LOCAL_PRIVATE_KEY_FILE (example: /root/.ssh/id_rsa)
Expand Down

0 comments on commit 2d13a4c

Please sign in to comment.