|
@ -1,8 +1,6 @@ |
|
|
server: |
|
|
server: |
|
|
port: 80 |
|
|
port: 80 |
|
|
|
|
|
|
|
|
hardware.canbus.url: ws://192.168.8.10:19005 |
|
|
|
|
|
#hardware.canbus.url: ws://127.0.0.1:19005 |
|
|
|
|
|
device.runmode: "RealMode" |
|
|
device.runmode: "RealMode" |
|
|
#device.runmode: "VirtualMode" |
|
|
#device.runmode: "VirtualMode" |
|
|
|
|
|
|
|
@ -11,8 +9,6 @@ logging: |
|
|
a8k.app.hardware.basedriver: info |
|
|
a8k.app.hardware.basedriver: info |
|
|
|
|
|
|
|
|
spring: |
|
|
spring: |
|
|
profiles: |
|
|
|
|
|
active: prod |
|
|
|
|
|
web: |
|
|
web: |
|
|
resources: |
|
|
resources: |
|
|
static-locations: file:appresource/static/app/,file:appresource/static/,file:/opt/app/static/ |
|
|
static-locations: file:appresource/static/app/,file:appresource/static/,file:/opt/app/static/ |
|
|