Configure gencon50 solr cloud environment - #213
Conversation
cdoyle-temple
left a comment
There was a problem hiding this comment.
You'll need to use braces around the var names in the .env file for the makefile to interpret them correctly.
cdoyle-temple
left a comment
There was a problem hiding this comment.
There’s also a related inconsistency: the README now tells developers to configure .env.local, but the Makefile only loads .env.
There is a precedence in the various |
|
@cdoyle-temple The In
The |
cdoyle-temple
left a comment
There was a problem hiding this comment.
Line 2 of the makefile is not needed
| cp .env.example .env | ||
| cp .env.example .env.local | ||
|
|
||
| and edit the `.env` content's `SOLR_URL` environment variable so it points to the |
There was a problem hiding this comment.
@nomadicoder I'm not sure why this was deleted. It is the .env file that is used in the production environment, so it is important for developers to know that is where the change needs to take place. The .env.local is only for development.
No description provided.