dasch-swiss / beol

Bernoulli-Euler OnLine
https://beol.dasch.swiss
GNU Affero General Public License v3.0
0 stars 1 forks source link

config props #153

Closed tobiasschweizer closed 3 years ago

tobiasschweizer commented 5 years ago

check which properties are used in the config json

@flavens wrote:

{
"env": {
"name": 
"dev"
},
"ontologyIRI": 
"http://0.0.0.0:3333", --> used
"apiURL": 
"http://0.0.0.0:3333", --> used
"externalApiURL": 
"http://0.0.0.0:3333", --> used in BEOL
"iiifURL": 
"http://0.0.0.0:1024", --> not used yet (will be needed in Knora-ui with media types)
"appURL": 
"http://0.0.0.0:4200", --> used
"appName": 
"BEOL | Bernoulli-Euler OnLine", --> used
"localData": 
"data", --> not used
"pagingLimit": 
25, --> used in BEOL
"startComponent": 
"dasch", --> not used
"tei": {} --> used in BEOL
}
tobiasschweizer commented 5 years ago

related to https://github.com/dhlab-basel/Knora-ui/issues/265