{% extends "base.html" %} {% block title %}MockPost — Configuration{% endblock %} {% block content %}

Per-channel configuration

Values your app should use in the test environment. Everything is local; no secret is real.

{% for channel, conf in config.items() %}

{{ names.get(channel, channel) }} {{ channel }}

{{ conf | tojson(indent=2) }}
{% endfor %} {% endblock %}