We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's not really clear how to implement this. The example given is users: { "hello": "world" } and it's not clear how passwords / usernames correspond.
users: { "hello": "world" }
I looked at the config.js source and tried the syntax users: { "username": "max", "password": "secret" }.
config.js
users: { "username": "max", "password": "secret" }
Then tried running tty.js, but instead of a server starting, the script just returns with no output.
tty.js
The text was updated successfully, but these errors were encountered:
Closing, is duplicate of #144
Sorry, something went wrong.
No branches or pull requests
It's not really clear how to implement this.
The example given is
users: { "hello": "world" }
and it's not clear how passwords / usernames correspond.I looked at the
config.js
source and tried the syntaxusers: { "username": "max", "password": "secret" }
.Then tried running
tty.js
, but instead of a server starting, the script just returns with no output.The text was updated successfully, but these errors were encountered: