X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=blobdiff_plain;f=start.sh;h=0a13477eec2c6ddd750bad1539925b9274996ca1;hp=562eb848aaeb18c7afc78407d2500930ee566a77;hb=b3ff26fb1e2b4d07a1d7b00ee5ff6d72026c5427;hpb=08c34b2041211e4e29db6027963bfedbcf48af07 diff --git a/start.sh b/start.sh index 562eb84..0a13477 100755 --- a/start.sh +++ b/start.sh @@ -3,6 +3,7 @@ set -eu export NODE_ENV=production +export TOKENSTORE_FILE=/app/data/tokens.json if [[ ! -d "/app/data/surfer_root" ]]; then echo "=> Migrating root folder from /app/data to /app/data/surfer_root"