Add Namespace Flag to Service (#5)

* added namespace option

* added namespace to config struct

* use config value

* add http-namespace flag

* update docs
This commit is contained in:
Alex Unger
2019-12-27 19:59:17 +01:00
committed by Jörn Friedrich Dreyer
parent 2221c66aba
commit 046fec2033
5 changed files with 27 additions and 8 deletions
+3
View File
@@ -129,6 +129,9 @@ If you prefer to configure the service with commandline flags you can see the av
--http-addr
: Address to bind http server, defaults to `0.0.0.0:9130`
--http-namespace
: Namespace for internal services communication, defaults to `com.owncloud.web`
--http-root
: Root path of http server, defaults to `/`