17 lines
277 B
JSON
17 lines
277 B
JSON
{
|
|
"host": "localhost",
|
|
"port": 3030,
|
|
"public": "./public/",
|
|
"origins": [
|
|
"http://localhost:3030"
|
|
],
|
|
"paginate": {
|
|
"default": 10,
|
|
"max": 50
|
|
},
|
|
"wildDuck": {
|
|
"url": "http://localhost",
|
|
"token": "aaaaa",
|
|
"domain": "test-codemowers.eu"
|
|
}
|
|
} |