Files
gardentron/server/config/default.json
2023-05-20 09:18:45 +02:00

17 lines
276 B
JSON

{
"host": "localhost",
"port": 3030,
"public": "./public/",
"origins": [
"http://localhost:3030"
],
"paginate": {
"default": 10,
"max": 50
},
"sqlite": {
"client": "sqlite3",
"connection": "server.sqlite",
"useNullAsDefault": true
}
}