2023-07-29 18:10:00 +00:00
|
|
|
{
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 3030,
|
|
|
|
"public": "./public/",
|
|
|
|
"origins": [
|
|
|
|
"http://localhost:3030"
|
|
|
|
],
|
2023-12-03 22:07:01 +00:00
|
|
|
"sessionSecret": "test",
|
2023-07-29 18:10:00 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|