change configs for deployment

This commit is contained in:
2026-03-18 02:55:58 +08:00
parent 3d44ce6e3d
commit 86c97391fe
5 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"base_url": "http://localhost:8080/s",
"base_url": "https://xcel.me/s",
"api_key": "change-this-secret-key",
"host": "0.0.0.0",
"port": 8080,
@@ -7,9 +7,9 @@
"retention_days": 0,
"min_short_length": 6,
"max_short_length": 32,
"max_url_length": 2048,
"max_url_length": 131072,
"max_retention_days": 3650,
"rate_limit_requests": 60,
"rate_limit_requests": 10,
"rate_limit_window": 60
}