arrow-objectmodel
Advanced tools
Comparing version 0.3.1-0 to 0.3.1-1
@@ -53,10 +53,3 @@ var _ = require('lodash'), | ||
if (this.config.apikey_production && this.config.apikey_development) { | ||
this.server.auth.apikey_production = this.config.apikey_production; | ||
this.server.auth.apikey_development = this.config.apikey_development; | ||
this.server.auth.apikey = this.config.apikey || this.config['apikey_' + this.config.env]; | ||
this.server.auth.type = this.config.APIKeyAuthType || 'apikey'; // for backwards compat | ||
} else if (this.config.apikey) { | ||
this.server.auth.apikey_production = this.config.apikey; | ||
this.server.auth.apikey_development = this.config.apikey; | ||
if (this.config.apikey) { | ||
this.server.auth.apikey = this.config.apikey; | ||
@@ -63,0 +56,0 @@ this.server.auth.type = this.config.APIKeyAuthType || 'apikey'; // for backwards compat |
{ | ||
"name": "arrow-objectmodel", | ||
"version": "0.3.1-0", | ||
"version": "0.3.1-1", | ||
"description": "The object model for Arrow", | ||
@@ -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
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
20669
523