federation/federation/tests/hostmeta/django/settings.py

10 wiersze
220 B
Python
Czysty Zwykły widok Historia

SECRET_KEY = "foobar"
INSTALLED_APPS = tuple()
FEDERATION = {
"base_url": "https://example.com",
"get_profile_function": "federation.tests.hostmeta.django.utils.get_profile",
2018-02-21 20:21:55 +00:00
"search_path": "/search?q=",
}