Skip to content

#B01 Fixed bug with setup.bat not setting global server on .env#82

Merged
stefdworschak merged 1 commit intoCode-Institute-Community:masterfrom
JimLynx:setup-bugfix
Oct 18, 2020
Merged

#B01 Fixed bug with setup.bat not setting global server on .env#82
stefdworschak merged 1 commit intoCode-Institute-Community:masterfrom
JimLynx:setup-bugfix

Conversation

@JimLynx
Copy link
Contributor

@JimLynx JimLynx commented Oct 18, 2020

The setup.bat file for setting up environment for Windows IDE's was populating the SITE_NAME with 'localhost' which would not work on a local environment, as the IP would be 127.0.0.1. However, using this would conflict with those using Cloud based IDE like Gitpod.

Fixed error by changing the SITE_NAME="*" to set globally.

@JimLynx
Copy link
Contributor Author

JimLynx commented Oct 18, 2020

@stefdworschak Look ok?

Copy link
Member

@stefdworschak stefdworschak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stefdworschak stefdworschak merged commit 07143c8 into Code-Institute-Community:master Oct 18, 2020
@TravelTimN TravelTimN linked an issue Oct 18, 2020 that may be closed by this pull request
@TravelTimN TravelTimN added hacktoberfest Contribution during Hacktoberfest event hacktoberfest-accepted Accepted PR during Hacktoberfest and removed hacktoberfest Contribution during Hacktoberfest event hacktoberfest-accepted Accepted PR during Hacktoberfest labels Oct 18, 2020
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

Successfully merging this pull request may close these issues.

#B01 Minor issue with setup.bat script .env info

3 participants

Comments