Skip to content
Snippets Groups Projects
Commit 677ffc3c authored by Andres Veidenberg's avatar Andres Veidenberg
Browse files

Update secret.yaml

parent f19bdd5b
No related branches found
No related tags found
1 merge request!33- No need for secrets.yml for ensembl-client
Pipeline #460365 failed
......@@ -7,11 +7,12 @@ data:
#Django settings
DJANGO_ALLOWED_HOSTS: "*"
DJANGO_SECRET_KEY: <DJANGO_SECRET_KEY>
#DJANGO_DEBUG: "True"
#Database access (filled & applied manually)
ALLOWED_METHODS: get
DJANGO_DEBUG: False
#Database access
DATABASE_HOST: ensweb-trackapi-db-svc
DATABASE_PORT: "5432"
DATABASE_USER: <DATABASE_USER>
DATABASE_PASS: <DATABASE_PASS>
DATABASE_NAME: <DATABASE_NAME>
kind: ConfigMap
\ No newline at end of file
kind: ConfigMap
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment