#60: Fixed bug with current folder

This commit is contained in:
frikky
2020-06-15 18:11:59 +02:00
parent a7e7ca15e3
commit 7eac745d9d
3 changed files with 5 additions and 6 deletions
+4 -4
View File
@@ -2,13 +2,13 @@
ORG_ID=Shuffle
ENVIRONMENT_NAME=Shuffle
# Different locations etc
APP_DOWNLOAD_LOCATION=https://github.com/frikky/shuffle-apps # Remote location to download
# Remote github config for first load
APP_DOWNLOAD_LOCATION=https://github.com/frikky/shuffle-apps
APP_DOWNLOAD_AUTH_USERNAME=""
APP_DOWNLOAD_AUTH_PASSWORD=""
# Local location of your app directory. Can't use ~/ or ./
APP_HOTLOAD_LOCATION="shuffle-apps"
# Local location of your app directory. Can't use ~/
APP_HOTLOAD_LOCATION=./shuffle-apps
# Other configs
BACKEND_HOSTNAME=shuffle-backend