@aicore/cocodb
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@aicore/cocodb", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Simple json document database using mysql", | ||
@@ -5,0 +5,0 @@ "main": "src/server.js", |
@@ -108,3 +108,3 @@ /* | ||
init(configs.authKey); | ||
await server.listen({port: configs.port, host: configs.allowPublicAccess ? 'localhost' : '0.0.0.0'}); | ||
await server.listen({port: configs.port, host: configs.allowPublicAccess ? '0.0.0.0' : 'localhost'}); | ||
} catch (err) { | ||
@@ -111,0 +111,0 @@ console.error(err); |
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