2024-01-03 09:53:12 +07:00
|
|
|
spring.datasource.url= jdbc:mysql://localhost:3306/testdb?useSSL=false
|
|
|
|
|
spring.datasource.username= root
|
|
|
|
|
spring.datasource.password=
|
|
|
|
|
spring.jpa.hibernate.ddl-auto= update
|
|
|
|
|
|
|
|
|
|
# App Properties
|
|
|
|
|
spring.app.jwtCookieName= cookie-jwt-for-security
|
2024-01-03 17:17:42 +07:00
|
|
|
spring.app.jwtRefreshCookieName= cookie-refresh-jwt-for-security
|
2024-01-03 09:53:12 +07:00
|
|
|
spring.app.jwtSecret= 9sL3p2mGzN7oR4Dx8QcY1uKwF5BhVtX6EaJgU3iZqOyMlIbCnAeHrWfPd0
|
2024-01-03 17:17:42 +07:00
|
|
|
spring.app.jwtExpirationMs= 86400000
|
|
|
|
|
spring.app.jwtRefreshExpirationMs= 259200000
|