build app config

This commit is contained in:
William Welling
2021-12-03 21:17:36 -06:00
parent 46d340a5ce
commit c1555326fa
13 changed files with 498 additions and 55 deletions

1
config/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
appConfig.*.json

14
config/appConfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"ui": {
"ssl": false,
"host": "localhost",
"port": 4000,
"nameSpace": "/"
},
"rest": {
"ssl": true,
"host": "api7.dspace.org",
"port": 443,
"nameSpace": "/server"
}
}