-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.settings.dist.yaml
69 lines (46 loc) · 1.16 KB
/
.settings.dist.yaml
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
61
62
63
64
65
66
67
68
69
# Copy this to .settings.yaml and fill it out.
# Screeps account info
screeps_username:
screeps_password:
screeps_ptr: false
services:
sms:
# Set driver to twilio
type: sms
# Your Account SID from www.twilio.com/console
twilio_sid:
# Your Auth Token from www.twilio.com/console
twilio_token:
# You SMS number from twilio. https://www.twilio.com/console/phone-numbers/dashboard
sms_from: '+15555555555'
# This should be the number you want to receive the texts.
sms_to: '+15555555555'
alliance:
# Set driver to HTTP
type: http
# Specify a url
url:
# Provide an API key for AWS Gateway (optional)
api-key:
logs:
# Set driver to HTTP
type: http
# Specify a url
url:
# Provide a username for basic http authentication
http_user:
# Provide a password for basic http authentication
http_password:
slack:
# Set driver to slack
type: slack
# Get webhook from slack.
webhook_url: 'https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX'
groups:
default:
- sms
- logs
economy:
- logs
- slack
defense: all