wildflock/config/default.json
Sergo 1ca64bc925
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
render data with Handlebars template, support tags
2023-12-04 00:07:01 +02:00

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"
}
}