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 6ce9f8b commit b2a64fdCopy full SHA for b2a64fd
ansible/files/postgresql_config/postgresql.conf.j2
@@ -158,4 +158,4 @@ jit_provider = 'llvmjit' # JIT library to use
158
# default postgresql.conf. Note that these are directives, not variable
159
# assignments, so they can usefully be given more than once.
160
161
-include_dir = '../postgresql-custom' # include files ending in '.conf' from a directory, e.g., 'conf.d'
+include_dir = '/etc/postgresql-custom' # include files ending in '.conf' from a directory, e.g., 'conf.d'
0 commit comments