#16 board: security - environment variables

This commit is contained in:
haerong22
2023-01-27 00:11:40 +09:00
parent f570ed4538
commit 08248e9673

View File

@@ -9,9 +9,9 @@ logging:
spring:
datasource:
url: jdbc:mysql://localhost:3306/board
username: bobby
password: localhostTEST
url: ${LOCAL_DB_URL}
username: ${LOCAL_DB_USERNAME}
password: ${LOCAL_DB_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
open-in-view: false