Skip to content

Commit 9a99cf4

Browse files
committed
correct config file
1 parent 69a286e commit 9a99cf4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/resources/application.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
server.address=0.0.0.0
66
server.port=8464
77

8+
service.registry.address=127.0.0.1
9+
service.registry.port=8443
10+
811
# Database connection (mandatory)
912
# Change the server timezone if neccessary
1013
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/ah_blacklist?serverTimezone=UTC
@@ -29,8 +32,6 @@ mqtt.client.password=12345
2932

3033
# Address to register into Service Registry with
3134
domain.name=127.0.0.1
32-
service.registry.address=127.0.0.1
33-
service.registry.port=8443
3435

3536
# Method to authenticate service requester systems
3637
authentication.policy=declared

0 commit comments

Comments
 (0)