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

Remove spacing from .env.local in README #2

Open
bookercodes opened this issue Sep 18, 2019 · 0 comments
Open

Remove spacing from .env.local in README #2

bookercodes opened this issue Sep 18, 2019 · 0 comments

Comments

@bookercodes
Copy link
Contributor

Change:

VUE_APP_COMETCHAT_APP_ID = your-app-id
VUE_APP_COMETCHAT_API_KEY = your-api-key

to:

VUE_APP_COMETCHAT_APP_ID=your-app-id
VUE_APP_COMETCHAT_API_KEY=your-api-key

I think Node will interpret the first space after = and that could potentially trip users up.

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

No branches or pull requests

1 participant