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

PUSHER_APP_KEY .env #17140

Closed
Francismori7 opened this issue Jan 4, 2017 · 1 comment
Closed

PUSHER_APP_KEY .env #17140

Francismori7 opened this issue Jan 4, 2017 · 1 comment

Comments

@Francismori7
Copy link
Contributor

  • Laravel Version: 5.4 dev
  • PHP Version: 7.1
  • Database Driver & Version:

Description:

It appears that the new default .env file containing APP_KEY and PUSHER_APP_KEY gets a double generated APP_KEY upon installation.

Steps To Reproduce:

laravel new demo --dev
See .env file containing:

APP_KEY=base64:xWiu0LfiJsvKXxzDq6YgqL4mPqd3SapixvYkuRbT2cw=
# [redacted]
PUSHER_APP_KEY=base64:xWiu0LfiJsvKXxzDq6YgqL4mPqd3SapixvYkuRbT2cw=
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

2 participants