Quellcode durchsuchen

Adding a template for secrets.toml

Kirk Trombley vor 6 Jahren
Ursprung
Commit
60e3748494
1 geänderte Dateien mit 16 neuen und 0 gelöschten Zeilen
  1. 16 0
      config/secrets.toml.template

+ 16 - 0
config/secrets.toml.template

@@ -0,0 +1,16 @@
+api_key = "YOUR-API-KEY"
+
+[auths]
+global = [ ] # List of Global Admin User IDs
+
+    [auths.group]
+    your_chat = [ ] # Per-chat Admin User IDs
+
+[bots]
+your_chat = "BOT-TOKEN"
+
+[postgres]
+pass = "rollbotpostgres"
+
+[teamspeak]
+pass = "your-teamspeak-serveradmin-password"