9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
# Should match with the JWT_SECRET that the api uses
|
|
JWT_SECRET=some_secret
|
|
|
|
# Address of the backend that is running locally
|
|
REST_BACKEND_ENDPOINT=http://localhost:4000/api
|
|
|
|
# set for local development
|
|
IS_LOCAL=true
|