11 lines
329 B
YAML
11 lines
329 B
YAML
|
---
|
||
|
dbuser: %%getVar('risotto_db_user')
|
||
|
dbhost: %%getVar('risotto_db_address')
|
||
|
dbport: 5432
|
||
|
dbtype: postgres
|
||
|
dbname: %%getVar('risotto_main_dbname')
|
||
|
template: 'postgres'
|
||
|
sqlscripts: ['/usr/share/eole/db/risotto/gen/create_tables.sql']
|
||
|
pwd_files:
|
||
|
- {'file': '/etc/risotto/risotto.conf', 'pattern': 'RISOTTO_DB_PASSWORD='}
|