Wipes {{ config_path }} and signs you out. The next request
runs the first-run wizard again. Your MongoDB data (users, samples, alarms,
daily totals) is left alone.
{% extends "base.html" %}
{% block title %}Settings · Solisdash{% endblock %}
{% block content %}
Saved to Settings
{{ config_path }}.
Environment variables (SOLIS_*, SESSION_SECRET)
still take precedence over what's written here.
✓ Settings saved. Cached connections were reset; the next request uses the new values.
{% endif %} {% if error %}{{ error }}
{% endif %}
Wipes {{ config_path }} and signs you out. The next request
runs the first-run wizard again. Your MongoDB data (users, samples, alarms,
daily totals) is left alone.