Skip to content

Commit bbc72d2

Browse files
feature: environment variables were included to configure downstreams
1 parent 925f8e2 commit bbc72d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ COMANDA_FEDERATION_REALM=comanda
1616
COMANDA_FEDERATION_CLIENTID=client-identifier
1717
COMANDA_FEDERATION_CLIENTSECRET=client-secret
1818

19+
COMANDA_DOWNSTREAM_PROFILESURL=http://comanda.boundaries.profiles:8080/api/v1/
20+
COMANDA_DOWNSTREAM_STORESURL=http://comanda.boundaries.stores:8080/api/v1/
21+
COMANDA_DOWNSTREAM_ORDERSURL=http://comanda.boundaries.orders:8080/api/v1/
22+
COMANDA_DOWNSTREAM_PAYMENTSURL=http://comanda.boundaries.payments:8080/api/v1/
23+
COMANDA_DOWNSTREAM_SUBSCRIPTIONSURL=http://comanda.boundaries.subscriptions:8080/api/v1/
24+
1925
COMANDA_STRIPE_SECRET=sk_test_BXyhfmo9VUvPWklkMIL00WGLhfOca
2026
COMANDA_ABACATEPAY_URL=https://api.abacatepay.com/v1/
2127

0 commit comments

Comments
 (0)