Skip to content

Commit

Permalink
add new .env.example to packages/create-cloudflare project
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Mar 4, 2024
1 parent 9d1d11c commit 231d88a
Showing 1 changed file with 9 additions and 0 deletions.
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)

0 comments on commit 231d88a

Please sign in to comment.