We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a286e commit 9a99cf4Copy full SHA for 9a99cf4
1 file changed
src/main/resources/application.properties
@@ -5,6 +5,9 @@
5
server.address=0.0.0.0
6
server.port=8464
7
8
+service.registry.address=127.0.0.1
9
+service.registry.port=8443
10
+
11
# Database connection (mandatory)
12
# Change the server timezone if neccessary
13
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/ah_blacklist?serverTimezone=UTC
@@ -29,8 +32,6 @@ mqtt.client.password=12345
29
32
30
33
# Address to register into Service Registry with
31
34
domain.name=127.0.0.1
-service.registry.address=127.0.0.1
-service.registry.port=8443
35
36
# Method to authenticate service requester systems
37
authentication.policy=declared
0 commit comments