chore(development): add dev mode, update packages and test framework
This commit is contained in:
@@ -6,5 +6,8 @@
|
||||
"host": "HOSTNAME",
|
||||
"authentication": {
|
||||
"secret": "FEATHERS_SECRET"
|
||||
},
|
||||
"wildDuck": {
|
||||
"url": "WILDDUCK_URL"
|
||||
}
|
||||
}
|
||||
5
config/development.json
Normal file
5
config/development.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"wildDuck": {
|
||||
"url": "http://localhost:3031"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user