parameterise server port
This commit is contained in:
@@ -2,7 +2,7 @@ application:
|
||||
name: ec-config-server
|
||||
|
||||
server:
|
||||
port: 8888
|
||||
port: ${CONFIG_SERVER_PORT:8888}
|
||||
|
||||
management:
|
||||
endpoints:
|
||||
|
||||
Reference in New Issue
Block a user