Skip to content

Commit 915272c

Browse files
committed
#6 - k8s context
1 parent 74ece2a commit 915272c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biometric-nbi/src/main/resources/application.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ spring.jpa.hibernate.ddl-auto=none
1414
#spring.datasource.username=root
1515
#spring.datasource.password=root
1616
#spring.datasource.url=jdbc:mysql://localhost:3506/biometric
17-
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/biometric
17+
# nodeport - local host
18+
spring.datasource.url=jdbc:mysql://127.0.0.1:30306/biometric
1819
spring.datasource.username=root
1920
spring.datasource.password=password
2021
# deprecated

0 commit comments

Comments
 (0)