Skip to content

Commit

Permalink
feat: add .env.example and ignore .env
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbeldad committed Jun 17, 2018
1 parent 8ba5d2b commit 19ce230
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MEDIA_UID=1000
MEDIA_GID=1000
MEDIA_USERNAME=myusername
MEDIA_BASE_PORT=42
MEDIA_STORAGE=/storage
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tmp
.env

0 comments on commit 19ce230

Please sign in to comment.