podman-services/env-tandoor-recipes

11 lines
458 B
Plaintext

SECRET_KEY=secret
DB_ENGINE=django.db.backends.postgresql
DEBUG=1
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_USER=tandoor_recipes_user
POSTGRES_PASSWORD=secret
POSTGRES_DB=tandoor_recipes
SOCIAL_PROVIDERS=allauth.socialaccount.providers.authentik
SOCIALACCOUNT_PROVIDERS={"authentik":{"SERVERS":[{"id":"ribblesso","name":"Ribble SSO","openid_configuration_url":"https://auth.theribbles.org/application/o/recipes/.well-known/openid-configuration"}]}}