wildflock/config/default.json

21 lines
368 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",
2023-08-04 05:42:51 +00:00
"domain": "test-codemowers.eu",
"preferredDomain": "k-space.ee"
2023-08-05 08:48:46 +00:00
},
"redis": {
"url": "redis://localhost:6379"
2023-07-29 18:10:00 +00:00
}
}