mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
openshift-apps/noggin: Explicitly set Fedora deployment settings
Upcoming versions of Noggin will require these to be explicitly set, and there is no harm in setting them now. Signed-off-by: Neal Gompa <ngompa@fedoraproject.org>
This commit is contained in:
@@ -49,6 +49,14 @@ MAIL_DOMAIN_BLOCKLIST = [
|
||||
"0ooos3.cn",
|
||||
]
|
||||
|
||||
# Chat network settings
|
||||
CHAT_NETWORKS = {
|
||||
"irc": {"default_server": "irc.libera.chat"},
|
||||
"matrix": {"default_server": "fedora.im"},
|
||||
}
|
||||
|
||||
CHAT_MATRIX_TO_ARGS = "web-instance[element.io]=chat.fedoraproject.org"
|
||||
|
||||
# Banners
|
||||
TEMPLATES_CUSTOM_DIRECTORIES = ["/etc/noggin-templates"]
|
||||
ACCEPT_IMAGES_FROM = ["pagure.io"]
|
||||
@@ -63,3 +71,6 @@ SECRET_KEY = from_file('/etc/noggin-secrets/session').encode('utf-8')
|
||||
|
||||
# To disable registration:
|
||||
# REGISTRATION_OPEN = False
|
||||
|
||||
# Fedora Messaging support
|
||||
FEDORA_MESSAGING_ENABLED = True
|
||||
|
||||
Reference in New Issue
Block a user