#16 board: security - environment variables
This commit is contained in:
@@ -9,9 +9,9 @@ logging:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://localhost:3306/board
|
url: ${LOCAL_DB_URL}
|
||||||
username: bobby
|
username: ${LOCAL_DB_USERNAME}
|
||||||
password: localhostTEST
|
password: ${LOCAL_DB_PASSWORD}
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
jpa:
|
jpa:
|
||||||
open-in-view: false
|
open-in-view: false
|
||||||
|
|||||||
Reference in New Issue
Block a user