{% extends "base.html" %} {% block title %}IMPSY - Configuration{% endblock %} {% block content %}

Configuration

Edit your IMPSY configuration file directly, or use the setup wizard to create a new one.

{% if not config_exists %}
No configuration found

Create a config.toml to get started. You can use the setup wizard or create one from the default template.

Setup Wizard
{% else %}
Editing config.toml Setup Wizard
{% endif %} {% endblock %} {% block scripts %} {% endblock %}