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

@ -41,9 +41,9 @@ pvc:
database:
host: localhost
port: 5432
name: {{ pvc_prov_database_name }}
user: {{ pvc_prov_database_user }}
pass: {{ pvc_prov_database_password }}
name: {{ pvc_api_database_name }}
user: {{ pvc_api_database_user }}
pass: {{ pvc_api_database_password }}
system:
intervals:
vm_shutdown_timeout: {{ pvc_vm_shutdown_timeout }}