triton-core
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -18,3 +18,3 @@ /** | ||
module.exports = async service => { | ||
const CONFIG_PATH = path.join('/config', 'config.yaml') | ||
const CONFIG_PATH = process.env.CONFIG_PATH || path.join('/config', 'config.yaml') | ||
const config_exists = await fs.exists(CONFIG_PATH) | ||
@@ -21,0 +21,0 @@ const ENV = process.env.NODE_ENV || 'debug' |
{ | ||
"name": "triton-core", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Triton Media Core Modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
2231
4