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