Skip to content

Commit

Permalink
chore: application-aws.yml secret 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 26, 2024
1 parent 17d03df commit 884dd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer-api/src/main/resources/application-aws.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring:
config:
import: optional:file:/config/application-secret.properties
import: application-secret.properties
datasource:
url: ${AWS_PROD_DB_URL}
username: ${AWS_PROD_DB_NAME}
Expand Down

0 comments on commit 884dd1e

Please sign in to comment.