mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
build app config
This commit is contained in:
1
config/.gitignore
vendored
Normal file
1
config/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
appConfig.*.json
|
14
config/appConfig.json
Normal file
14
config/appConfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ui": {
|
||||
"ssl": false,
|
||||
"host": "localhost",
|
||||
"port": 4000,
|
||||
"nameSpace": "/"
|
||||
},
|
||||
"rest": {
|
||||
"ssl": true,
|
||||
"host": "api7.dspace.org",
|
||||
"port": 443,
|
||||
"nameSpace": "/server"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user