Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention in README that hotel auto-starts on login #356

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benjaminjkraft
Copy link

As a user, I was very surprised to discover this! For example, it means that if you want your hotel server to have some environment variable set, MY_VAR=... hotel start won't work. (Actually, on linux, it will work the first time, and then not subsequently. From reading the source, I think on mac it will never work, but I haven't tested.) Anyways, it seems like a useful thing to document. I even called it a feature ;-) .

As a user, I was very surprised to discover this!  For example, it means that if you want your hotel server to have some environment variable set, `MY_VAR=... hotel start` won't work.  (Actually, on linux, it will work the first time, and then not subsequently.)  Anyways, it seems like a useful thing to document.  I even called it a feature ;-) .
@j-f1
Copy link
Contributor

j-f1 commented Apr 18, 2020

The correct way to set an env var is MY_VAR=... hotel add ... -e MY_VAR.

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.

None yet

2 participants