Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Sep 10, 2023
1 parent 832880e commit 3cd480c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,24 +101,24 @@ Reviewer deletes branch.


The following config should be useful to work directly on WebGui UI and
InMoov2 UI if the repos are checked out at the same level
InMoov2 UI if the repos are submoduled under
src/main/resources/resource/InMoov2,
src/main/resources/resource/ProgramAB
```yml
!!org.myrobotlab.service.config.WebGuiConfig
autoStartBrowser: true
autoStartBrowser: false
enableMdns: false
listeners: null
peers: null
port: 8888
resources:
# these are the only two in usual runtime
- ./resource/WebGui/app
- ./resource
# - ./resource/WebGui/app
# - ./resource
# the rest are useful when doing dev
- ../InMoov2/resource/WebGui/app
- ./src/main/resources/resource/WebGui/app
- ./src/main/resources/resource/WebGui
- ./src/main/resources/resource/InMoov2/peers/WebGui/app
- ./src/main/resources/resource
- ./src/main/resources
type: WebGui
```
```yml
Expand All @@ -134,7 +134,7 @@ registry:
- security
- webgui
- python
resource: src/main/resources/resource
resource: ./src/main/resources/resource
type: Runtime
virtual: false
```
Expand Down

0 comments on commit 3cd480c

Please sign in to comment.