浏览代码

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"