add .env support
This commit is contained in:
parent
671ce3eaa0
commit
1991fb5726
@ -3,9 +3,9 @@ server:
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
username: root
|
||||
password: hRMH94dJ
|
||||
url: jdbc:mysql://localhost:3306/search_engine?useSSL=false&requireSSL=false&allowPublicKeyRetrieval=true
|
||||
username: ${DB_USER}
|
||||
password: ${DB_PASSWORD}
|
||||
url: ${DB_URL}
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: update
|
||||
|
Loading…
x
Reference in New Issue
Block a user