소스 검색

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"