Add UI to flagset

This commit is contained in:
Lukas Hirt
2020-12-13 17:37:32 +01:00
parent 51421d7161
commit 14f0bd9cc5
9 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ This is what hello is: copy and extend!
1. ownCloud Web is configured using the config.json which is served by the ocis-web service (either `bin/ocis web` or `bin/ocis-web server`)
2. point ocis-web to the web config which you extended with an external app:
`WEB_CONFIG="`pwd`/../web/config.json" ASSET_PATH="`pwd`/../web/dist" bin/ocis web`
`WEB_UI_CONFIG="`pwd`/../web/config.json" ASSET_PATH="`pwd`/../web/dist" bin/ocis web`
```json
{