Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new .env.example to packages/create-cloudflare project #5140

Merged
merged 1 commit into from
Mar 4, 2024
Merged
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
9 changes: 9 additions & 0 deletions packages/create-cloudflare/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# rename/copy this file to .env to control the local c3 process
# (currently used only to control the behavior of the e2es locally)

# CLOUDFLARE_API_TOKEN=? # the cloudflare api token needed for the deployment of projects
# CLOUDFLARE_ACCOUNT_ID=? # the id of the account needed for the deployment of projects
# FRAMEWORK_CLI_TO_TEST=? # the name of the cli of the _only_ framework to run e2e tests for
# E2E_PROJECT_PATH=? # the path were to build the projects (for easier debugging, instead of having to find the tmpdir)
# E2E_RETRIES=0 # the number of retries for framework e2e tests
# E2E_NO_DEPLOY=true # flag to skip the deployment step in the e2es (for easier debugging, where the deployment is not relevant to current changes)
Loading