Skip to content

Commit a3e92be

Browse files
committed
Remove my api key (I have generated another Key)
1 parent cbaf8b7 commit a3e92be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44

55
// The domain name of the website
66
DOMAIN: "http://localhost",
7-
SAFE_BROWSING_APIKEY: "AIzaSyBovR1bR-aI4KiXZ9AB8MFLIqYROK2V57Y",
7+
SAFE_BROWSING_APIKEY: "",
88

99
// Database type: json, mongodb
1010
DB_TYPE: "json",

0 commit comments

Comments
 (0)