change to dev setting

This commit is contained in:
DanielLee
2025-12-16 15:37:05 +09:00
parent b5b7fc79a8
commit 5a40c29eec

View File

@@ -5,7 +5,7 @@ spring:
application:
name: kamco-change-detection-api
profiles:
active: local # 사용할 프로파일 지정 (ex. dev, prod, test)
active: dev # 사용할 프로파일 지정 (ex. dev, prod, test)
datasource:
driver-class-name: org.postgresql.Driver