mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
8 lines
217 B
Text
8 lines
217 B
Text
# 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
|