Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ADS_PORT=7676
ADS_PORT=3030
DISCOUNTS_PORT=2814
AUTH_PORT=7578
DBM_PORT=7595
Expand All @@ -20,12 +20,12 @@ NEXT_PUBLIC_SPREE_CLIENT_HOST=http://localhost:4000
NEXT_PUBLIC_SPREE_IMAGE_HOST=http://localhost:4000
NEXT_PUBLIC_SPREE_ALLOWED_IMAGE_DOMAIN=localhost
# for local development (on localhost)
NEXT_PUBLIC_ADS_PORT=7676
NEXT_PUBLIC_ADS_PORT=3030
NEXT_PUBLIC_DISCOUNTS_PORT=2814
NEXT_PUBLIC_ADS_ROUTE="http://localhost"
NEXT_PUBLIC_DISCOUNTS_ROUTE="http://localhost"
# for labs/public use
NEXT_PUBLIC_ADS_URL_FULL="http://localhost:7676"
NEXT_PUBLIC_ADS_URL_FULL="http://localhost:3030"
NEXT_PUBLIC_DISCOUNTS_URL_FULL="http://localhost:2814"

NEXT_PUBLIC_DD_APPLICATION_ID=""
Expand Down
136 changes: 0 additions & 136 deletions deploy/docker-compose/docker-compose.yml

This file was deleted.

Loading