Persoenliche Mediazentrale
ulrich
2021-04-04 cfa85894465dbf2d286e083d962babdf14641582
commit | author | age
2b6134 1
U 2 # App-Parameter
3 appParamPort=port
4 appParamConf=conf
5 appParamWWWData=www-data
6 appParamCtx=ctx
cfa858 7 appParamUi=ui
2b6134 8
U 9 # API-Endpunkte
10 webroot=/
cfa858 11 uiroot=/ui
2b6134 12 stopServer=/server/stop
d86ba2 13 testAblage=/test/ablage
U 14 testStore=/test/store
2b6134 15
U 16 slash=/
17 dash=-
18 bytes=bytes
789740 19 notFound=nicht gefunden.
2b6134 20 lmPattern=EEE, dd MMM yyyy HH:mm:ss zzz
U 21 rangePattern=[^\\d-,]
22 welcomeFile=index.html
23
24 # Mitteilungen
789740 25 msgServerStart=Server startet auf Port {0}
2b6134 26 msgParamFehlt=Der Parameter {0} muss angegeben werden.
789740 27 stoppingServer=stoppe Server..
U 28 serverStopped=Server gestoppt.
29 mediazEnd=Mediazentrale beendet.