File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
authentication/src/main/resources
consumer-authorization/src/main/resources Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 66server.address =0.0.0.0
77server.port =8444
88
9+ service.registry.address =127.0.0.1
10+ service.registry.port =8443
11+
912# Database connection (mandatory)
1013# Change the server timezone if neccessary
1114spring.datasource.url =jdbc:mysql://127.0.0.1:3306/ah_authentication?serverTimezone=UTC
@@ -17,9 +20,6 @@ spring.jpa.hibernate.ddl-auto=validate
1720spring.jpa.show-sql =false
1821spring.jpa.properties.hibernate.format_sql =true
1922
20- service.registry.address =127.0.0.1
21- service.registry.port =8443
22-
2323# MQTT API
2424
2525mqtt.api.enabled =false
Original file line number Diff line number Diff line change 66server.address =0.0.0.0
77server.port =8445
88
9+ service.registry.address =127.0.0.1
10+ service.registry.port =8443
11+
912# Database connection (mandatory)
1013# Change the server timezone if neccessary
1114spring.datasource.url =jdbc:mysql://127.0.0.1:3306/ah_consumer_authorization?serverTimezone=UTC
You can’t perform that action at this time.
0 commit comments