Rename remaining "pvc_prov" items to pvc_api

This commit is contained in:
2023-09-01 15:42:24 -04:00
parent 2a2d318dbc
commit 2caed2ae12
5 changed files with 19 additions and 19 deletions

View File

@ -43,9 +43,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: "pvcapi"
pvc_prov_database_user: "pvcapi"
pvc_prov_database_password: "" # Use pwgen to generate
pvc_api_database_name: "pvcapi"
pvc_api_database_user: "pvcapi"
pvc_api_database_password: "" # Use pwgen to generate
pvc_replication_database_user: "replicator"
pvc_replication_database_password: "" # Use pwgen to generate
pvc_superuser_database_user: "postgres"