Skip to content

Commit

Permalink
docs: update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbeldad committed Aug 1, 2018
1 parent 61f012f commit 6ba1acd
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
COMPOSE_PROJECT_NAME=myusername
COMPOSE_PROJECT_NAME=ms

MEDIA_UID=1000
MEDIA_GID=1000
MEDIA_USERNAME=myusername
MEDIA_GID=1004
MEDIA_BASE_PORT=42
MEDIA_STORAGE=/storage
MEDIA_STORAGE=/storage/mediaserver

SONARR_MEDIA_FOLDER=/tv
SONARR_DOWNLOAD_FOLDER=/downloads
SONARR_URL=sonarr_es:8989
SONARR_APIKEY=

RADARR_MEDIA_FOLDER=/movies
RADARR_DOWNLOAD_FOLDER=/downloads
RADARR_URL=radarr_es:7878
RADARR_APIKEY=

0 comments on commit 6ba1acd

Please sign in to comment.