#60: Bugfixes for production

This commit is contained in:
frikky
2020-06-15 17:55:37 +02:00
parent 054da3771d
commit a7e7ca15e3
5 changed files with 78 additions and 23 deletions
+4 -1
View File
@@ -3,10 +3,13 @@ ORG_ID=Shuffle
ENVIRONMENT_NAME=Shuffle
# Different locations etc
APP_DOWNLOAD_LOCATION=https://github.com/frikky/shuffle-apps
APP_DOWNLOAD_LOCATION=https://github.com/frikky/shuffle-apps # Remote location to download
APP_DOWNLOAD_AUTH_USERNAME=""
APP_DOWNLOAD_AUTH_PASSWORD=""
# Local location of your app directory. Can't use ~/ or ./
APP_HOTLOAD_LOCATION="shuffle-apps"
# Other configs
BACKEND_HOSTNAME=shuffle-backend
BACKEND_PORT=5001