2020-09-19 07:11:36 +02:00
|
|
|
%set %%dbname = %%risotto_tiramisu_dbname
|
2020-04-03 11:46:15 +02:00
|
|
|
---
|
2020-09-19 07:11:36 +02:00
|
|
|
dbuser: %%risotto_tiramisu_db_user
|
2020-04-06 17:21:40 +02:00
|
|
|
dbuser_options:
|
|
|
|
- LOGIN
|
|
|
|
privileges:
|
2020-04-07 14:34:37 +02:00
|
|
|
%%{dbname}.public.*: 'ALL'
|
2020-04-06 17:21:40 +02:00
|
|
|
%%{dbname}.public: 'ALL'
|
2020-04-07 14:34:37 +02:00
|
|
|
%%{dbname}: 'ALL'
|
2020-09-19 07:11:36 +02:00
|
|
|
dbhost: %%risotto_db_address
|
2020-04-03 11:46:15 +02:00
|
|
|
dbport: 5432
|
|
|
|
dbtype: postgres
|
2020-09-19 07:11:36 +02:00
|
|
|
dbname: %%risotto_tiramisu_dbname
|
2020-06-30 10:39:48 +02:00
|
|
|
template: 'template0'
|
2020-04-03 11:46:15 +02:00
|
|
|
pwd_files:
|
|
|
|
- {'file': '/etc/risotto/risotto.conf', 'pattern': 'TIRAMISU_DB_PASSWORD='}
|
|
|
|
|