Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3e88fb6

Browse files
authored
Merge pull request #95 from Zenfulcode/patch-adding-missing-configuration
adding missing configuration for docker image
2 parents d293f0c + abaa014 commit 3e88fb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/resources/application-docker.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ spring.mail.properties.mail.smtp.starttls.enable=true
3333
admin.order-email=${ORDER_EMAIL_RECEIVER}
3434
# Application Configuration
3535
app.frontend-url=${FRONTEND_URL:http://localhost:3000}
36+
commercify.host=${BACKEND_HOST}
3637
admin.email=${ADMIN_EMAIL}
3738
admin.password=${ADMIN_PASSWORD}

0 commit comments

Comments
 (0)