Merge branch 'master' into dist/eole/2.7.1/master
This commit is contained in:
commit
3d17ddf1f8
|
@ -4,7 +4,9 @@ dbuser: %%getVar('risotto_db_user')
|
|||
dbuser_options:
|
||||
- LOGIN
|
||||
privileges:
|
||||
%%{dbname}.public.*: 'ALL'
|
||||
%%{dbname}.public: 'ALL'
|
||||
%%{dbname}: 'ALL'
|
||||
dbhost: %%getVar('risotto_db_address')
|
||||
dbport: 5432
|
||||
dbtype: postgres
|
||||
|
|
|
@ -4,7 +4,9 @@ dbuser: %%getVar('risotto_tiramisu_db_user')
|
|||
dbuser_options:
|
||||
- LOGIN
|
||||
privileges:
|
||||
%%{dbname}.public.*: 'ALL'
|
||||
%%{dbname}.public: 'ALL'
|
||||
%%{dbname}: 'ALL'
|
||||
dbhost: %%getVar('risotto_db_address')
|
||||
dbport: 5432
|
||||
dbtype: postgres
|
||||
|
|
Loading…
Reference in New Issue