We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925f8e2 commit bbc72d2Copy full SHA for bbc72d2
1 file changed
.env.example
@@ -16,6 +16,12 @@ COMANDA_FEDERATION_REALM=comanda
16
COMANDA_FEDERATION_CLIENTID=client-identifier
17
COMANDA_FEDERATION_CLIENTSECRET=client-secret
18
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
+
25
COMANDA_STRIPE_SECRET=sk_test_BXyhfmo9VUvPWklkMIL00WGLhfOca
26
COMANDA_ABACATEPAY_URL=https://api.abacatepay.com/v1/
27
0 commit comments