wildflock/config/default.json

17 lines
277 B
JSON
Raw Normal View History

2023-07-29 18:10:00 +00:00
{
"host": "localhost",
"port": 3030,
"public": "./public/",
"origins": [
"http://localhost:3030"
],
"paginate": {
"default": 10,
"max": 50
},
"wildDuck": {
"url": "http://localhost",
2023-07-29 19:02:22 +00:00
"token": "aaaaa",
"domain": "test-codemowers.eu"
2023-07-29 18:10:00 +00:00
}
}