ucs/backend/config/default.json
2025-03-15 17:39:10 +02:00

25 lines
521 B
JSON

{
"domain": "localhost",
"port": 8080,
"db_path": "./ucs.db",
"limits_per_minute": {
"get": 500,
"post": 20
},
"sites": {
"localhost": {
"info": {
"id": 2,
"url": "localhost",
"comment_token": "שלום"
},
"cors": ["http://localhost"],
"max_lengths": {
"user": 20,
"website": 100,
"message": 200
}
}
}
}