Skip to content

Commit

Permalink
VERCEL_URL globalEnv listing
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Aug 2, 2023
1 parent f00e582 commit 0d29d5d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@
"cache": false
}
},
"globalDependencies": [
"**/.env.*local"
],
"globalDependencies": ["**/.env.*local"],
"globalEnv": [
"ZITADEL_API_URL",
"ZITADEL_SERVICE_USER_TOKEN",
"ZITADEL_SYSTEM_API_URL",
"ZITADEL_SYSTEM_API_USERID",
"ZITADEL_SYSTEM_API_KEY",
"ZITADEL_ISSUER",
"ZITADEL_ADMIN_TOKEN"
"ZITADEL_ADMIN_TOKEN",
"VERCEL_URL"
]
}
}

0 comments on commit 0d29d5d

Please sign in to comment.