{% extends "base.html" %} {% block title %}MockPost — Configuration{% endblock %} {% block content %}
Values your app should use in the test environment. Everything is local; no secret is real.
{% for channel, conf in config.items() %}{{ conf | tojson(indent=2) }}