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

Documentation config missmatch #63

Open
alexcroox opened this issue Sep 1, 2021 · 0 comments
Open

Documentation config missmatch #63

alexcroox opened this issue Sep 1, 2021 · 0 comments

Comments

@alexcroox
Copy link

Documentation states:

service:
  name: service-name
  config:
    accountId: ${env:CLOUDFLARE_ACCOUNT_ID}
    zoneId: ${env:CLOUDFLARE_ZONE_ID}

but serverless create --template cloudflare-workers generates:

service: projects

frameworkVersion: '2'

provider:
  name: cloudflare
  config:
    accountId: CLOUDFLARE_ACCOUNT_ID
    zoneId: CLOUDFLARE_ZONE_ID

Where is the config supposed to go?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant