mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
chore: setup featherjs project
This commit is contained in:
17
server/config/default.json
Normal file
17
server/config/default.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"host": "localhost",
|
||||
"port": 3030,
|
||||
"public": "./public/",
|
||||
"origins": [
|
||||
"http://localhost:3030"
|
||||
],
|
||||
"paginate": {
|
||||
"default": 10,
|
||||
"max": 50
|
||||
},
|
||||
"sqlite": {
|
||||
"client": "sqlite3",
|
||||
"connection": "server.sqlite",
|
||||
"useNullAsDefault": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user