1
Fork 0
photoview/api/example.env

12 lines
281 B
Bash
Raw Normal View History

2020-01-30 15:10:01 +01:00
# Copy this file to .env
MYSQL_URL=user:password@tcp(localhost)/dbname
2020-01-30 15:10:01 +01:00
2020-02-19 21:33:28 +01:00
API_ENDPOINT=http://localhost:4001/
2020-02-21 17:53:04 +01:00
PUBLIC_ENDPOINT=http://localhost:1234/
# Set to 1 to set server in development mode, this enables graphql playground
# Remove this if running in production
DEVELOPMENT=1