Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

ignore .ember-cli #391

Merged
merged 1 commit into from
Aug 26, 2016
Merged

ignore .ember-cli #391

merged 1 commit into from
Aug 26, 2016

Conversation

jamesarosen
Copy link
Owner

Each developer may want their own custom port and TLS settings. We provide an example file.

Each developer may want their own custom port and TLS settings.
We provide an example file.
@jamesarosen
Copy link
Owner Author

jamesarosen commented Aug 26, 2016

@rwjblue @stefanpenner what do you think of this?

Use-Case

My Ember app needs to run with TLS locally, so it has ssl, ssl-key, and ssl-cert set in its .ember-cli with a self-signed certificate that I've installed in the OS's keychain. That wouldn't have any bearing on this project... except when I try to go to http://localhost:<any port>, the OS upgrades me to https://. That means all of my ember-cli projects need to use TLS. (This may be related to HSTS, but I'm not certain.)

@rwjblue
Copy link
Contributor

rwjblue commented Aug 26, 2016

Yep, I generally like to exclude .ember-cli in my addons and include it in apps (picking a non-standard port for all devs on the app).

@jamesarosen jamesarosen merged commit 0e610ad into master Aug 26, 2016
@jamesarosen jamesarosen deleted the ignore-cli-config branch August 26, 2016 20:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants