Persoenliche Mediazentrale
ulrich
2021-04-07 cf65097eb1b5ecd25fe05416be24c196868f15e8
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
14baa3 9 # HTTP-Endpunkte
2b6134 10 webroot=/
14baa3 11 # uiroot=/ui
b379f5 12 store=/api/store
14baa3 13 stopServer=/api/server/stop
U 14 testAblage=/api/test/ablage
15 testStore=/api/test/store
2b6134 16
U 17 slash=/
18 dash=-
19 bytes=bytes
789740 20 notFound=nicht gefunden.
2b6134 21 lmPattern=EEE, dd MMM yyyy HH:mm:ss zzz
U 22 rangePattern=[^\\d-,]
23 welcomeFile=index.html
24
25 # Mitteilungen
789740 26 msgServerStart=Server startet auf Port {0}
2b6134 27 msgParamFehlt=Der Parameter {0} muss angegeben werden.
789740 28 stoppingServer=stoppe Server..
U 29 serverStopped=Server gestoppt.
30 mediazEnd=Mediazentrale beendet.