Skip to content
Discussion options

You must be logged in to vote

This is intentional since you are not supposed to use your development .env file in production.

  • There are some values that needs to be changed. For example: DB_HOST, DB_NAME, DB_PASSWORD and so on
  • The APP_KEY should be strictly different in prod and development.

In other words, the .env file is not meant to be portable and hence there is no point in copying it to the build folder

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@LeCoupa
Comment options

@thetutlage
Comment options

@LeCoupa
Comment options

Answer selected by LeCoupa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants