فهرست منبع

Adding a template for secrets.toml

Kirk Trombley 6 سال پیش
والد
کامیت
60e3748494
1فایلهای تغییر یافته به همراه16 افزوده شده و 0 حذف شده
  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"