nodebb-plugin-freelog
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -10,5 +10,7 @@ const URL = require('url').URL; | ||
if (env === 'prod' || env === 'production') { | ||
axiosinstance.defaults.baseURL = 'https://api.freelog.com'; | ||
// axiosinstance.defaults.baseURL = 'https://api.freelog.com'; | ||
axiosinstance.defaults.baseURL = 'http://api-gateway-service.production:8895'; | ||
} else { | ||
axiosinstance.defaults.baseURL = 'http://api.testfreelog.com'; | ||
// axiosinstance.defaults.baseURL = 'http://api.testfreelog.com'; | ||
axiosinstance.defaults.baseURL = 'http://api-gateway-service.development:6895'; | ||
} | ||
@@ -15,0 +17,0 @@ axiosinstance.interceptors.request.use(requestInterceptor, requestErrorInterceptor); |
@@ -5,3 +5,3 @@ { | ||
"description": "NodeBB Forum", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"homepage": "https://github.com/freelogfe/nodebb-plugin-freelog", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
7839
195