-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.yml.example
60 lines (42 loc) · 1.01 KB
/
config.yml.example
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
52
53
54
55
56
57
58
59
60
## Set to name of game
#game_name: ""
## Path to game files
#game_path: ""
## Database user
#db_user: ""
## Database user password
#db_pass: ""
## Database server address
#db_addr: ""
## Database name
#db_name: ""
## Maps to exclude from multiplayer
#sp_rooms: ""
## Sounds to exclude from multiplayer
#bad_sounds: ""
## Pictures to sync in multiplayer
#picture_names: ""
## Picture prefixes to sync in multiplayer
#picture_prefixes: ""
## Battle Animation IDs to sync in multiplayer
#battle_anim_ids: ""
## Discord Webhook URL for chat bridge
#chat_webhook: ""
## Discord Webhook URL for community screenshots
#screenshot_webhook: ""
## Moderation settings for Discord integration
moderation:
## Bot token for messages
#bot_token: ""
## Target channel for reports
#channel_id: ""
## Mod role to be pinged in report posts
#mod_role_id: ""
## Logging settings
logging:
## Size of log file (MB)
#max_size: 50
## Log files to keep
#max_backups: 6
## After how many days to remove logs
#max_age: 28