Skip to content

Commit

Permalink
env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Vila committed Dec 8, 2016
1 parent 3a4dd4a commit b462fc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@

/public/assets/*
Gemfile.lock
.mobydock.env

# Commenting this since is only for testing purposes
#.mobydock.env
7 changes: 7 additions & 0 deletions .mobydock.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SECRET_TOKEN=pickasecuretoken

WORKER_PROCESSES=1
LISTEN_ON=0.0.0.0:8000

DATABASE_URL=postgresql://mobydock:yourpassword@postgres:5432/mobydock?encoding=utf8&pool=5&timeout=5000
CACHE_URL=redis://redis:6379/0

0 comments on commit b462fc8

Please sign in to comment.