We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1972c39 commit 72a9fb3Copy full SHA for 72a9fb3
2 files changed
back/src/main/resources/application-prod.yml
@@ -80,4 +80,4 @@ ai:
80
enabled: false # 프로덕션 환경에서는 활성화
81
storage-type: s3 # S3 스토리지 사용
82
s3-bucket-name: ${AWS_S3_BUCKET_NAME}
83
- s3-region: ${AWS_S3_REGION}
+ s3-region: ${AWS_REGION}
back/src/main/resources/application.yml
@@ -128,7 +128,7 @@ custom:
128
dev:
129
baseDomain: localhost
130
frontUrl: "http://${custom.dev.baseDomain}:3000"
131
- backUrl: "http://${custom.dev.baseDomain}:${server.port}"
+ backUrl: "http://${custom.dev.baseDomain}:8080"
132
prod:
133
baseDomain: ${PROD_BASE_DOMAIN}
134
frontUrl: "https://www.${custom.prod.baseDomain}"
0 commit comments