MirrorManager: use the FQDN for the DB server
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
45f22c0f64
commit
ef8aa2f749
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
mirrormanager_hostname: "mirrormanager{{ env_suffix }}.fedoraproject.org"
|
||||
mirrormanager_db_host: "db01{{ env_suffix }}"
|
||||
mirrormanager_db_host: "db01{{ env_suffix }}.{{ datacenter }}.fedoraproject.org"
|
||||
mirrormanager_oidc_client_id: "mirrormanager"
|
||||
# Move that to an env var to target a specific deployment
|
||||
mm2_checkin: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue