Explorar o código

Adding a template for secrets.toml

Kirk Trombley %!s(int64=6) %!d(string=hai) anos
pai
achega
60e3748494
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  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"