Rename sample database for API

From pvcprov to pvcapi to facilitate the changing nature of this
database and its expansion to benchmark results.
This commit is contained in:
2020-08-25 01:59:35 -04:00
parent 887e14a4e2
commit 1dcc1f6d55
4 changed files with 18 additions and 18 deletions

View File

@ -86,12 +86,12 @@ pvc:
host: localhost
# port: PostgreSQL port, invariably 'localhost'
port: 5432
# name: PostgreSQL database name, invariably 'pvcprov'
name: pvcprov
# user: PostgreSQL username, invariable 'pvcprov'
user: pvcprov
# name: PostgreSQL database name, invariably 'pvcapi'
name: pvcapi
# user: PostgreSQL username, invariable 'pvcapi'
user: pvcapi
# pass: PostgreSQL user password, randomly generated
pass: pvcprov
pass: pvcapi
# system: Local PVC instance configuration
system:
# intervals: Intervals for keepalives and fencing