-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublic.yml
executable file
·41 lines (31 loc) · 1019 Bytes
/
public.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
# public.yml
#
# Config file for putting non-secure items needed for configuration during
# deploy of the application
# Set a default authentication method for all wikis that don't specify one
# FIXME #763: List types, and descriptions
meza_auth_type: "anon-read"
blender_landing_page_title: Enterprise MediaWiki
# Email senders
# Refs:
# https://www.mediawiki.org/wiki/Manual:$wgPasswordSender
# https://www.mediawiki.org/wiki/Manual:$wgEmergencyContact
wgPasswordSender: "[email protected]"
# wgEmergencyContact = "[email protected]" # defaults to wgPassword Sender
# blender_header_wiki_title: Top row wikis
# blender_header_wikis:
# - wiki_id_1
# - wiki_id_2
# blender_middle_wiki_title: Middle row wikis
# blender_footer_wiki_title: Bottom row wikis
# blender_footer_wikis:
# - wiki_id_z
# - wiki_id_y
# blender_footer_links:
# - '<a href="">...</a>'
# blender_admins:
# - name: Adam
# email: [email protected]
# - name: Beth
# email: [email protected]