forked from attrib/foxhole-map-annotate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.dist.yml
51 lines (50 loc) · 1.64 KB
/
config.dist.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
42
43
44
45
46
47
48
49
50
51
access:
users:
"012345678901234567":
name: John Doe
acl: admin
"123456789012345678":
name: Jane Doe
acl: admin
discords:
"012345678901234567":
name: A discord server
hiddenCode: ""
roles:
"012345678901234567":
name: A Full Role
acl: full
"123456789012345678":
name: An Icon Role
acl: icons
shard:
name: Able
url: war-service-live.foxholeservices.com
discord:
key: "0123456789012345678"
secret: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
basic:
url: http://localhost:3000
title: Warden Express
color: '#245682'
faction: Warden
links:
- href: https://example.com/
title: Example Link
images:
favicon: /images/favicon.svg
faviconPng: /images/favicon.png
opengraph: /images/og.png
logo: /images/favicon.svg
text:
login: |
<p>You need to be a verified Warden in <a href="https://discord.gg/wzUeJZs6wx">WUH</a> or
<a href="https://discord.gg/x8WAEpWnp7">CTA</a> to see the Map.</p>
accessDenied: |
<p>You need to be a verified Warden in WUH or CTA.</p>
feedback: |
<p>If you have Feedback please contact us via <a href="https://discord.com/channels/895735519231762432/1042389218363707452">CTAs Discord</a>.</p>
<p>If you want more access, please also checkout the Discord from CTA.</p>
<p>Bugs can be reported at <a href="https://discord.com/channels/895735519231762432/1042389158334844948">#wardenexpress-bugreports on CTAs Discord</a> or at <a href="https://github.com/attrib/foxhole-map-annotate/issues">github</a></p>
contributors: |
<p><a href="https://warden.express">Hosting</a>: attrib</p>