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