podman-services/env-openeats

15 lines
337 B
Plaintext

ALLOWED_HOST=recipes.theribbles.org
API_PORT=8000
API_URL=0.0.0.0:8000
DJANGO_SECRET_KEY=secret
HTTP_X_FORWARDED_PROTO=True
MYSQL_DATABASE=openeats
MYSQL_HOST=mysql
MYSQL_PORT=3306
MYSQL_ROOT_PASSWORD=secret
MYSQL_USER=openeats_user
NODE_API_URL=https://recipes.theribbles.org
NODE_ENV=dev
NODE_LOCALE=en
NODE_URL=recipes.theribbles.org