mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:29:07 +00:00
Enable api devMode to secure endpoint in prod
This commit is contained in:
@@ -3,4 +3,8 @@
|
||||
MYSQL_URL=user:password@tcp(localhost)/dbname
|
||||
|
||||
API_ENDPOINT=http://localhost:4001/
|
||||
API_LISTEN_PORT=4001
|
||||
API_LISTEN_PORT=4001
|
||||
|
||||
# Set to 1 to set server in development mode, this enables graphql playground
|
||||
# Remove this if running in production
|
||||
DEVELOPMENT=1
|
||||
|
||||
Reference in New Issue
Block a user