stockshark-data-access
Advanced tools
Comparing version 1.0.68 to 1.0.69
console.log(process.env); | ||
const REDIS_HOST = process.env.REDIS_HOST || "127.0.0.1"; | ||
const REDIS_PORT = process.env.REDIS_PORT || 30379; | ||
const REDIS_PASSWORD = process.env.REDIS_PASSWORD || "xjHXhx120A"; | ||
const REDIS_PORT = process.env.REDIS_PORT || 31623; | ||
const REDIS_PASSWORD = "hoORPPRQj9"; | ||
const REDIS_URL = "redis://" + REDIS_HOST + ":" + REDIS_PORT; | ||
@@ -7,0 +7,0 @@ |
{ | ||
"name": "stockshark-data-access", | ||
"version": "1.0.68", | ||
"version": "1.0.69", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28331