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 75176c6 commit 77be52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layer-api/infra/aws/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
image: nginx:latest
container_name: nginx
depends_on:
- java-app
- batch-job
ports:
- "80:80"
volumes:
Expand Down
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: application-secret.properties
import: optional:file:/config/application-secret.properties
datasource:
url: ${AWS_PROD_DB_URL}
username: ${AWS_PROD_DB_NAME}
Expand Down

0 comments on commit 77be52a

Please sign in to comment.