chore: adding demo cast
All checks were successful
arcad/emissary/pipeline/head This commit looks good

This commit is contained in:
2023-06-23 18:38:49 +02:00
parent 4a58847d52
commit 4217850c30
2 changed files with 860 additions and 2 deletions

View File

@ -16,8 +16,8 @@
"config": {
"appUrlResolving": {
"ifaceMappings": {
"wlp4s0": "http://{{ .DeviceIP }}:{{ .AppPort }}",
"enp0s31f6": "http://{{ .DeviceIP }}:{{ .AppPort }}"
"eth0": "http://{{ .DeviceIP }}:{{ .AppPort }}",
"eth1": "http://{{ .DeviceIP }}:{{ .AppPort }}"
},
"defaultUrlTemplate": "http://{{ last ( splitList \".\" ( toString .Manifest.ID ) ) }}.localhost.arcad.lan:8080"
},