{% extends ../../../templates/base.html %} {% block title %}[{{instance.hostname}}:{{instance.pg_port}}] - Configuration / {% if file_type == 'hba' %}Host Base Authentication{% end %}{%end%} {% block content %}
{{file_content['filepath']}} file successfully updated and PostgreSQL configuration reloaded.
{{error_code}}: {{error_message}}
# | Connection | Database | User | Address | Method | Options | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{no}} | {% if 'comment' in record %}# {{record['comment']}} | {% else %}{{record['connection']}} | {{record['database']}} | {{record['user']}} | {{record['address']}} | {{record['auth_method']}} | {{record['auth_options']}} | {% end %}