chore: change default r2 public url

This commit is contained in:
2024-10-09 21:05:04 +08:00
parent 829f858840
commit c280c02a4e
1 file changed
+1 -1
+1 -1
View File
@@ -77,7 +77,7 @@ val DEFAULT_CONFIG = Config(
cloudflareR2AccessKeyId = "11111", cloudflareR2AccessKeyId = "11111",
cloudflareR2SecretKey = "222", cloudflareR2SecretKey = "222",
cloudflareR2BucketName = "fancybot", cloudflareR2BucketName = "fancybot",
cloudflareR2PublicUrl = "https://pub-2df243c8ff83452c9dcdd42c87b662a7.r2.dev" cloudflareR2PublicUrl = "https://114514.com"
) )
val configManager = ConfigManager() val configManager = ConfigManager()