Change name of default API database
From pvcprov to pvcapi to reflect the changing use of this database.
This commit is contained in:
		| @@ -41,9 +41,9 @@ pvc: | ||||
|             host: localhost | ||||
|             # port: PostgreSQL port, invariably '5432' | ||||
|             port: 5432 | ||||
|             # name: PostgreSQL database name, invariably 'pvcprov' | ||||
|             # name: PostgreSQL database name, invariably 'pvcapi' | ||||
|             name: {{ pvc_prov_database_name }} | ||||
|             # user: PostgreSQL username, invariable 'pvcprov' | ||||
|             # user: PostgreSQL username, invariable 'pvcapi' | ||||
|             user: {{ pvc_prov_database_user }} | ||||
|             # pass: PostgreSQL user password, randomly generated | ||||
|             pass: {{ pvc_prov_database_password }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user