Skip to content
Snippets Groups Projects
Commit 942c31ec authored by Mart van Santen's avatar Mart van Santen
Browse files

Corrected password

parent 4e313606
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!57Resolve "Add login panel CI/CD to create (docker) image"
Pipeline #9912 failed with stages
in 1 minute and 17 seconds
...@@ -159,7 +159,7 @@ behave-integration: ...@@ -159,7 +159,7 @@ behave-integration:
URLS_CONSENT: http://oidc:5000/login URLS_CONSENT: http://oidc:5000/login
URLS_LOGIN: http://oidc:5000/consent URLS_LOGIN: http://oidc:5000/consent
# For postgres image # For postgres image
POSTGRES_PASSWORD: secret POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_DB: postgres POSTGRES_DB: postgres
# General flask # General flask
...@@ -182,7 +182,7 @@ behave-integration: ...@@ -182,7 +182,7 @@ behave-integration:
SECRETS_SYSTEM: "youReallyNeedToChangeThis" SECRETS_SYSTEM: "youReallyNeedToChangeThis"
DATABASE_HOST: "postgres" DATABASE_HOST: "postgres"
DATABASE_USER: postgres DATABASE_USER: postgres
DATABASE_PASSWORD: secret DATABASE_PASSWORD: postgres
DATABASE_NAME: postgres DATABASE_NAME: postgres
# General # General
OAUTHLIB_INSECURE_TRANSPORT: "true" OAUTHLIB_INSECURE_TRANSPORT: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment