diff options
Diffstat (limited to 'config.ini.example')
-rw-r--r-- | config.ini.example | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/config.ini.example b/config.ini.example index f803e56..4c29644 100644 --- a/config.ini.example +++ b/config.ini.example | |||
@@ -1,15 +1,9 @@ | |||
1 | [DEFAULT] | 1 | [DEFAULT] |
2 | BOT_TOKEN="" | 2 | BOT_TOKEN = |
3 | FOURSQUARE_API_KEY = | ||
3 | 4 | ||
4 | ; [DEFAULT] | 5 | [TOOT] |
5 | ; ServerAliveInterval = 45 | 6 | CLIENT_ID = |
6 | ; Compression = yes | 7 | CLIENT_SECRET = |
7 | ; CompressionLevel = 9 | 8 | API_BASE_URL = https://mastodon.social |
8 | ; ForwardX11 = yes | 9 | ACCESS_TOKEN = |
9 | |||
10 | ; [forge.example] | ||
11 | ; User = hg | ||
12 | |||
13 | ; [topsecret.server.example] | ||
14 | ; Port = 50022 | ||
15 | ; ForwardX11 = no | ||