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
So I have tried to export the api key as a variable - that did not work. Am I missing something?
Example: export SECURITY_TRAILS_API_KEY=SomeThingReallyRandom
It looks really interesting and after watching your video I was curious to see your script in action.
The text was updated successfully, but these errors were encountered:
Hi Daniel,
How are you ?
Indeed that's a weird behaviour. When you export the SECURITY_TRAILS_API_KEY and run the command env | grep SECURITY_TRAILS_API_KEY do you see it ?
SECURITY_TRAILS_API_KEY
env | grep SECURITY_TRAILS_API_KEY
Are you running the script trough Docker or the file directly ?
Cheers !
Roni
Sorry, something went wrong.
No branches or pull requests
So I have tried to export the api key as a variable - that did not work. Am I missing something?
Example:
export SECURITY_TRAILS_API_KEY=SomeThingReallyRandom
It looks really interesting and after watching your video I was curious to see your script in action.
The text was updated successfully, but these errors were encountered: