mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
17 lines
276 B
JSON
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
|
|
}
|
|
} |