Skip to content

Commit 523f6ec

Browse files
committed
feat: docker profile props added
1 parent 3582edc commit 523f6ec

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
spring.datasource.url=jdbc:mysql://host.docker.internal:3306/testdb?useSSL=false
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
spring.datasource.url= jdbc:mysql://localhost:3306/testdb?useSSL=false
2-
spring.datasource.username= root
3-
spring.datasource.password= 123456
1+
server.port=8080
2+
spring.application.name=spring-boot-jwt-auth
43

5-
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.MySQL5InnoDBDialect
6-
spring.jpa.hibernate.ddl-auto= update
4+
spring.datasource.url=jdbc:mysql://localhost:3306/testdb?useSSL=false
5+
spring.datasource.username=root
6+
spring.datasource.password=123456
7+
8+
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
9+
spring.jpa.hibernate.ddl-auto=update
710

811
# JWT Properties
9-
bezkoder.app.jwtSecret= bezKoderSecretKey
10-
bezkoder.app.jwtExpirationMs= 86400000
12+
bezkoder.app.jwtSecret=bezKoderSecretKey
13+
bezkoder.app.jwtExpirationMs=86400000

0 commit comments

Comments
 (0)