hawk
hawk copied to clipboard
Question: API Key for IP Stack
Your Question
I need to change the IP Stack API key, how do I do that?
Hello NavyVet,
To change this, navivate to: "C:\Users[YOUR USERNAME]\AppData\Local\Hawk\Hawk.json" and replace your old key with the new one. Example:
{
"access_key": "YOUR OLD KEY"
}
{
"access_key": "YOUR NEW KEY"
}
If its just an empty string (two quotations)", insert your new key into those strings. Example:
{
"access_key": ""
}
{
"access_key": "YOUR NEW KEY"
}
We have an open ticket to allow users to modify the key during your Hawk run. Until that is completed, the only workaround is to manually change it. Hope this helps!