Skip to content

Commit

Permalink
fix: other vars
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 authored and Redm4x committed Sep 20, 2024
1 parent 1d2ba4b commit a60218a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/api/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
image: <IMAGE_NAME>:<IMAGE_TAG>
depends-on: cloud-sql-proxy
env:
- ConsoleGithubPAT=
- AkashSandboxDatabaseCS=
- UserDatabaseCS=
- SecretToken=
- GITHUB_PAT=
- AKASH_SANDBOX_DATABASE_CS=
- USER_DATABASE_CS=
- SECRET_TOKEN=
- NETWORK=<sandbox|mainnet>
- MASTER_WALLET_MNEMONIC=
- POSTGRES_DB_URI=
Expand Down
2 changes: 1 addition & 1 deletion apps/deploy-web/env/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AUTH0_AUDIENCE=https://console.akash.network
AUTH0_AUDIENCE=https://console-api.akash.network
AUTH0_SCOPE=openid profile email offline_access

NEXT_PUBLIC_SENTRY_DSN="https://[email protected]/4504656428204032"
Expand Down

0 comments on commit a60218a

Please sign in to comment.