@stacksjs/env 0.59.6 → 0.59.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
package/dist/index.js
CHANGED
|
@@ -43,7 +43,7 @@ var env_default = {
|
|
|
43
43
|
DEBUG: validate.boolean(),
|
|
44
44
|
API_PREFIX: validate.string(),
|
|
45
45
|
DOCS_PREFIX: validate.string(),
|
|
46
|
-
DB_CONNECTION: validate.enum(["mysql", "sqlite", "postgres"
|
|
46
|
+
DB_CONNECTION: validate.enum(["mysql", "sqlite", "postgres"]),
|
|
47
47
|
DB_HOST: validate.string(),
|
|
48
48
|
DB_PORT: validate.number(),
|
|
49
49
|
DB_DATABASE: validate.string(),
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -2113,7 +2113,7 @@ var env_default = {
|
|
|
2113
2113
|
DEBUG: validate.boolean(),
|
|
2114
2114
|
API_PREFIX: validate.string(),
|
|
2115
2115
|
DOCS_PREFIX: validate.string(),
|
|
2116
|
-
DB_CONNECTION: validate.enum(["mysql", "sqlite", "postgres"
|
|
2116
|
+
DB_CONNECTION: validate.enum(["mysql", "sqlite", "postgres"]),
|
|
2117
2117
|
DB_HOST: validate.string(),
|
|
2118
2118
|
DB_PORT: validate.number(),
|
|
2119
2119
|
DB_DATABASE: validate.string(),
|