{% extends "setupwizard/_base.html" %} {% from "macros/box.html" import m_box %} {% set cmd = app.name %} {% block content %}

Success!

Configuration file sucessfully written.

{%- call m_box(title="Location") %}
{{ config_file }}
{{ logging_file }}
{%- endcall %}

Now you have to restart the application in order to be able to login with the admin account.

{% endblock %}