We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3b1e4 commit 4e56abeCopy full SHA for 4e56abe
roles/infrastructure/rdbms/vars/postgresql.yml
@@ -14,6 +14,8 @@
14
15
---
16
postgresql_global_config_options:
17
+ - option: log_directory
18
+ value: 'log'
19
- option: listen_addresses
20
value: '*'
21
- option: max_connections
0 commit comments