Skip to content

Commit

Permalink
fix(user): remove redundant env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Feb 11, 2025
1 parent 80563cc commit d5dc0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/api/env/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ SERVER_ORIGIN=https://console-api.akash.network
DRIZZLE_MIGRATIONS_FOLDER=./dist/drizzle
SENTRY_ENABLED=true
BILLING_ENABLED=true
STRIPE_CHECKOUT_REDIRECT_URL=https://console.akash.network
DEPLOYMENT_ENV=production
STRIPE_CHECKOUT_REDIRECT_URL=https://console.akash.network
3 changes: 1 addition & 2 deletions apps/api/env/.env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ AUTH0_M2M_DOMAIN=dev-5aprb0lr.us.auth0.com
SENTRY_TRACES_RATE=1.0
SENTRY_ENABLED=true
BILLING_ENABLED=true
STRIPE_CHECKOUT_REDIRECT_URL=https://console-beta.akash.network
DEPLOYMENT_ENV=staging
STRIPE_CHECKOUT_REDIRECT_URL=https://console-beta.akash.network

0 comments on commit d5dc0c3

Please sign in to comment.