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
How to use the env instead rustus --host "0.0.0.0" --port 1081 ? Do i need to create .env files?
The text was updated successfully, but these errors were encountered:
You can create .env file, but it's better to set these variables in your actual env. For example.
.env
RUSTUS_SERVER_HOST="0.0.0.0" RUSTUS_SERVER_PORT="1081"
Then apply these variables by running source .env and then run rustus.
source .env
Sorry, something went wrong.
No branches or pull requests
How to use the env instead rustus --host "0.0.0.0" --port 1081 ?
Do i need to create .env files?
The text was updated successfully, but these errors were encountered: