🦄 Came back to this project after a year.... implemented lots of things
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
const keys = {
|
||||
shodan: process.env.SHODAN_API_KEY,
|
||||
whoApi: process.env.WHO_API_KEY,
|
||||
shodan: process.env.REACT_APP_SHODAN_API_KEY,
|
||||
whoApi: process.env.REACT_APP_WHO_API_KEY,
|
||||
builtWith: process.env.REACT_APP_BUILT_WITH_API_KEY,
|
||||
};
|
||||
|
||||
export default keys;
|
||||
|
||||
Reference in New Issue
Block a user