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