Skip to content

Commit

Permalink
* Fix environment requirements, examples added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiodfdez committed Nov 20, 2017
1 parent 3179f5c commit 19c57b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.required
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BROKER_URI
DATABASE_URI
SHARED_VOLUME_PATH
PLUGINS_LOCATION
LOCAL_PRIVATE_KEY_FILE
LOG_LEVEL
BROKER_URI (example: redis://redis:6379)
DATABASE_URI (example: postgresql://postgres:postgres@postgres:5433/deeptracy)
SHARED_VOLUME_PATH (example: /tmp/deeptracy)
PLUGINS_LOCATION (example: /opt/deeptracy/plugins)
LOCAL_PRIVATE_KEY_FILE (example: /root/.ssh/id_rsa)
LOG_LEVEL (example: DEBUG)

0 comments on commit 19c57b3

Please sign in to comment.