forked from WiiLink24/MiiContestChannelServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example.xml
More file actions
30 lines (25 loc) · 754 Bytes
/
config-example.xml
File metadata and controls
30 lines (25 loc) · 754 Bytes
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
<Config>
<!-- The address which HTTP will bind to -->
<address></address>
<!-- Credentials -->
<username></username>
<password></password>
<!-- Database information-->
<databaseAddress></databaseAddress>
<databaseName></databaseName>
<assetsPath></assetsPath>
<!-- For debug purposes only-->
<!-- Turns off the authentification middleware-->
<auth_mode>false</auth_mode>
<!-- OIDC credentials/data -->
<oidc>
<clientID></clientID>
<clientSecret></clientSecret>
<redirectURL></redirectURL>
<scopes></scopes>
<provider></provider>
</oidc>
<!-- Session management -->
<redisAddress></redisAddress>
<sessionSecret></sessionSecret>
</Config>