Skip to content

Conversation

@devinmatte
Copy link
Member

No description provided.

@devinmatte devinmatte marked this pull request as ready for review August 16, 2019 02:17
Copy link
Member

@JoelEager JoelEager left a comment

Choose a reason for hiding this comment

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

Got a couple of questions/comments

DEBUG = False
IP = environ.get("PACKET_IP", "localhost")
PORT = environ.get("PACKET_PORT", "8000")
PROTOCOL = environ.get("PACKET_PROTOCOL", "https://")
Copy link
Member

Choose a reason for hiding this comment

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

Why does this need to be a thing? Couldn't we just always assume https? Not questioning it; just curious.

Copy link
Member Author

Choose a reason for hiding this comment

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

When testing locally we need to use http, so it will almost always be https, but can't be guaranteed

@devinmatte devinmatte requested a review from JoelEager August 16, 2019 02:42
Copy link
Member

@JoelEager JoelEager left a comment

Choose a reason for hiding this comment

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

🚢

@devinmatte devinmatte merged commit ead921d into ComputerScienceHouse:develop Aug 16, 2019
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.

2 participants