Update to 2024-01-04 17:00

This commit is contained in:
Daniel Berteaud
2024-01-04 17:00:34 +01:00
parent 9675be207e
commit 72afb8eda5
47 changed files with 65 additions and 57 deletions

View File

@@ -13,7 +13,7 @@ SHOW_GRAVATAR_IMAGE=False
SECURITY_EMAIL_SENDER='no-reply@{{ ansible_domain }}'
UPGRADE_CHECK_ENABLED=False
DEFAULT_BINARY_PATHS = {
"pg": "/usr/pgsql-15/bin/"
"pg": "/usr/pgsql-16/bin/"
}
{% if pga_auth | length >= 1 %}
AUTHENTICATION_SOURCES=['{{ pga_auth | join('\',\'') }}']