chore: add api rtast key

This commit is contained in:
2024-10-11 11:08:18 +08:00
parent 68b7c60a4d
commit 7fda4dc333
5 files changed
+9 -3

No files matched your search

+2 -1
View File
@@ -78,7 +78,8 @@ val DEFAULT_CONFIG = Config(
cloudflareR2SecretKey = "222",
cloudflareR2BucketName = "fancybot",
cloudflareR2PublicUrl = "https://114514.com",
apiSpaceKey = "114514"
apiSpaceKey = "114514",
apiRtastKey = "114514"
)
val configManager = ConfigManager()