Skip to content
Open
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
15 changes: 15 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_URL=redis://localhost:6379

<<<<<<< HEAD
<<<<<<< HEAD
=======
feat/paymentProcessing
>>>>>>> 2f27568dfcb6427d1554c0754572518f94f639a0
# Stellar Configuration
STELLAR_HORIZON_URL=
SOROBAN_CONTRACT_ID=
STELLAR_SECRET_KEY=
STELLAR_NETWORK_PASSPHRASE=
<<<<<<< HEAD
=======
=======

>>>>>>> 2f27568dfcb6427d1554c0754572518f94f639a0
# Auth0
AUTH0_DOMAIN=your-auth0-domain.auth0.com
AUTH0_CLIENT_ID=your-auth0-client-id
Expand Down
7 changes: 7 additions & 0 deletions .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ REDIS_HOST=redis
REDIS_PORT=6379
REDIS_URL=redis://redis:6379

# Stellar Configuration
STELLAR_HORIZON_URL=
SOROBAN_CONTRACT_ID=
STELLAR_SECRET_KEY=
STELLAR_NETWORK_PASSPHRASE=

# Auth0
AUTH0_DOMAIN=https://auth.domain
AUTH0_CLIENT_ID=clienID
Expand All @@ -38,3 +44,4 @@ AUTH0_AUDIENCE=https://127.0.0.1:3000

# Front
FRONTEND_URL=http://localhost:3000

Loading