diff --git a/src/templates/client.env.template b/src/templates/client.env.template index c276e5d..2e7da47 100644 --- a/src/templates/client.env.template +++ b/src/templates/client.env.template @@ -1,4 +1,4 @@ -export NODE_ENV=development +export NODE_ENV=production export PORT=3000 export HOST=127.0.0.1 export TOKEN_CACHE_FILE="${HOME}/.tcache/cache.json" @@ -10,6 +10,3 @@ export REDIRECT_URI=$(aa-get-redirect-uri.sh) export EPISODES_API_URI="" export EPISODES_API_URL="http://127.0.0.1:3100" - -export TEST_CLIENT_USERNAME='' -export TEST_CLIENT_PASSWORD='' \ No newline at end of file