{% extends "base.html" %} {% block title %}Settings · Solisdash{% endblock %} {% block content %}

Settings

Saved to {{ config_path }}. On managed deployments, same-named environment variables may override these values.

{% if saved %}

✓ Settings saved. Cached connections were reset; the next request uses the new values.

{% endif %} {% if error %} {% endif %}
MongoDB
SolisCloud
Reset configuration

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.

{% endblock %}