forked from infra/ansible
FMN: add the Distgit DB credentials
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
499c499507
commit
ca69e3a82d
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ OIDC_CLIENT_ID="fmn"
|
|||
# OIDC_CLIENT_SECRET is set in the environement by the deploymentconfig
|
||||
SERVICES__FASJSON_URL=https://fasjson{{ env_suffix }}.fedoraproject.org
|
||||
SERVICES__DISTGIT_URL=https://src{{ env_suffix }}.fedoraproject.org
|
||||
SERVICES__DISTGIT_DB_URL="postgresql+asyncpg://pagure_ro:{{ (env == 'production')|ternary(distgit_pagure_db_ro_pass, distgit_stg_pagure_db_ro_pass) }}@db01{{ env_suffix }}.{{ datacenter }}.fedoraproject.org/pagure"
|
||||
|
||||
# Cache settings
|
||||
CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=5&socket_keepalive=True"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue