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
Is this intentional?
As a simple example of what I mean, if you do this:
export DICTIONARY_KEY=foo-123 cargo build export DICTIONARY_KEY=bar-456 ./target/debug/defrs
Then the API key that gets used is foo-123, not bar-456. By setting the API key at compile time
foo-123
bar-456
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this intentional?
As a simple example of what I mean, if you do this:
Then the API key that gets used is
foo-123
, notbar-456
. By setting the API key at compile timeThe text was updated successfully, but these errors were encountered: