change configs for deployment
This commit is contained in:
+3
-3
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user