first commit
This commit is contained in:
16
config/default.json
Normal file
16
config/default.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"host": "localhost",
|
||||
"port": 3030,
|
||||
"public": "./public/",
|
||||
"origins": [
|
||||
"http://localhost:3030"
|
||||
],
|
||||
"paginate": {
|
||||
"default": 10,
|
||||
"max": 50
|
||||
},
|
||||
"wildDuck": {
|
||||
"url": "http://localhost",
|
||||
"token": "aaaaa"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user