Config
Simplified configuration and local secrets storage.
const config = require('config')module Config
keys()
get(key)
set(key, val)
Examples
Using get() and set()
Using convenience methods
Last updated
Was this helpful?