Add environment files, redacted
This commit is contained in:
parent
ff4a0334cd
commit
dc70df7014
18 changed files with 161 additions and 0 deletions
10
env-tandoor-recipes
Normal file
10
env-tandoor-recipes
Normal file
|
@ -0,0 +1,10 @@
|
|||
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"}]}}
|
Loading…
Add table
Add a link
Reference in a new issue