test on local paths

This commit is contained in:
Brian Emilius
2020-10-01 15:34:03 +02:00
parent 74e1f39cad
commit f9b9a4106c
2 changed files with 4 additions and 1 deletions

2
.env
View File

@@ -1,3 +1,3 @@
NODE_ENV="development" NODE_ENV="development"
JWT_SECRET=kj3h45bl2k34jt23498570q9n8098354t7029358tyowie5uthw8475tyq98347ty834irhfoqi34uyt18 JWT_SECRET=kj3h45bl2k34jt23498570q9n8098354t7029358tyowie5uthw8475tyq98347ty834irhfoqi34uyt18
APP_DOMAIN="http://localhost:4000" APP_DOMAIN="https://be-dyrevelfaerd.herokuapp.com"

View File

@@ -14,3 +14,6 @@ npm start
## Documentation ## Documentation
http://localhost:4000 http://localhost:4000
## Configuration
Edit `.env` with the appropriate values for each variable.