@geek/config
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@geek/config", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Geek Configuration Manager for Node.js - The complete solution for managing config settings for your Node.js application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,5 +24,5 @@ # @geek/config | ||
| priority | source | example | location | | ||
|:-: |:-: |:-: |:-: |:-: | | ||
| 1. | **process.env** | `MYAPP_MYPROPERTY="Some value" ` | environment variable | | ||
| 2. | **overrides** | | parameter: `overrides` | | ||
|:-: |:-: |:-: |:-: | | ||
| 1. | **process.env** | `MYAPP_PROPERTY1="environment-value" ` | environment variable | | ||
| 2. | **overrides** | `{ "property1": "override-value" }` | parameter: `overrides` | | ||
| 3. | **user environment config file** | `myapp.dev.user.json` | *project directory* | | ||
@@ -34,3 +34,3 @@ | 4. | **user config file** | `myapp.user.json` | *project directory* | | ||
| 8. | **global config file** | `myapp.global.json` | *home config directory* | | ||
| 9. | **default values** | | parameter: `defaults` | | ||
| 9. | **default values** | `{ "property1": "default-value" }` | parameter: `defaults` | | ||
@@ -37,0 +37,0 @@ ## Examples |
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
9054