文件名称:fastify-env:Fastify 插件来检查环境变量
文件大小:8KB
文件格式:ZIP
更新时间:2024-08-12 11:29:01
JavaScript
fastify-env Fastify 插件来检查环境变量 安装 npm install --save fastify-env 用法 const fastify = require ( 'fastify' ) ( ) const fastifyEnv = require ( 'fastify-env' ) const schema = { type : 'object' , required : [ 'PORT' ] , properties : { PORT : { type : 'string' , default : 3000 } } } const options = { confKey : 'config' , // optional, default: 'config' schema : schema ,
【文件预览】:
fastify-env-master
----.github()
--------stale.yml(772B)
--------dependabot.yml(261B)
--------workflows()
----LICENSE(1KB)
----test()
--------.env(26B)
--------fastify-env.test.js(5KB)
--------types()
----README.md(2KB)
----index.d.ts(231B)
----.gitignore(2KB)
----index.js(421B)
----package.json(1KB)