auth_admin.j2 174 B

1234
  1. admin:{{ http_auth_admin_password }}
  2. {% if http_auth_user_name != '' and http_auth_user_password != '' %}
  3. {{ http_auth_user_name }}:{{ http_auth_user_password }}
  4. {% endif %}