First Commit
This commit is contained in:
parent
60fa579ecc
commit
3d4d34b69d
2 changed files with 14 additions and 0 deletions
13
.env
Normal file
13
.env
Normal file
|
@ -0,0 +1,13 @@
|
|||
DEBUG=True
|
||||
SECRET_KEY=dev-secret-key
|
||||
|
||||
# Initial User
|
||||
DJANGO_SUPERUSER_USERNAME=admin
|
||||
DJANGO_SUPERUSER_EMAIL=admin@example.com
|
||||
DJANGO_SUPERUSER_PASSWORD=changeme
|
||||
|
||||
# OIDC
|
||||
SSO_ENABLED=False
|
||||
OIDC_RP_CLIENT_ID=django-app
|
||||
OIDC_RP_CLIENT_SECRET=changeme
|
||||
OIDC_OP_DISCOVERY_ENDPOINT=https://auth.example.com/.well-known/openid-configuration
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.venv
|
Loading…
Add table
Reference in a new issue