Add additional API configuration

This commit is contained in:
2023-09-01 15:42:22 -04:00
parent da24aaf5ff
commit f1e31ed169
4 changed files with 46 additions and 3 deletions

View File

@ -30,6 +30,9 @@ pvc_ceph_storage_secret_uuid: "" # Use uuidgen to generate
pvc_dns_database_name: "pvcdns"
pvc_dns_database_user: "pvcdns"
pvc_dns_database_password: "" # Use pwgen to generate
pvc_prov_database_name: "pvcprov"
pvc_prov_database_user: "pvcprov"
pvc_prov_database_password: "" # Use pwgen to generate
pvc_replication_database_user: "replicator"
pvc_replication_database_password: "" # Use pwgen to generate
pvc_superuser_database_user: "postgres"