ucs/backend/config/default.json

25 lines
546 B
JSON

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