File tree 3 files changed +2
-0
lines changed
3 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 99
99
app.service.namespace=${APPLICATION_SERVICE_NAMESPACE}
100
100
app.service.group=${APPLICATION_SERVICE_GROUP}
101
101
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
102
+ app.service.port=${APPLICATION_SERVICE_PORT}
102
103
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
103
104
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
104
105
app.service.meta=${APPLICATION_SERVICE_META}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ app.service.name=${APPLICATION_SERVICE_NAME:${APPLICATION_NAME}}
3
3
app.service.namespace =${APPLICATION_SERVICE_NAMESPACE}
4
4
app.service.group =${APPLICATION_SERVICE_GROUP}
5
5
app.service.gateway =${APPLICATION_SERVICE_GATEWAY:NONE}
6
+ app.service.port =${APPLICATION_SERVICE_PORT}
6
7
app.service.weight =${APPLICATION_SERVICE_WEIGHT:100}
7
8
app.service.warmupDuration =${APPLICATION_SERVICE_WARMUP_DURATION:}
8
9
app.service.meta =${APPLICATION_SERVICE_META}
You can’t perform that action at this time.
0 commit comments