22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"host": "localhost",
|
|
"port": 3030,
|
|
"public": "./public/",
|
|
"origins": [
|
|
"http://localhost:3030"
|
|
],
|
|
"sessionSecret": "test",
|
|
"paginate": {
|
|
"default": 10,
|
|
"max": 50
|
|
},
|
|
"wildDuck": {
|
|
"url": "http://localhost",
|
|
"token": "aaaaa",
|
|
"domain": "test-codemowers.eu",
|
|
"preferredDomain": "k-space.ee"
|
|
},
|
|
"redis": {
|
|
"url": "redis://localhost:6379"
|
|
}
|
|
} |