Skip to content

Commit

Permalink
Update client env template
Browse files Browse the repository at this point in the history
  • Loading branch information
larskaare authored Dec 14, 2023
1 parent 0690b6d commit 020c7e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/templates/client.env.template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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=''

0 comments on commit 020c7e5

Please sign in to comment.