hapi-documentdb:用于 documentdb 的 Hapi 插件

时间:2024-06-20 23:22:46
【文件属性】:

文件名称:hapi-documentdb:用于 documentdb 的 Hapi 插件

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-20 23:22:46

JavaScript

hapi-documentdb 用于 documentdb 的 Hapi 插件 安装 npm install hapi-documentdb --save 用法 server . register ( [ { register : require ( 'hapi-documentdb' ) , options : { endpoint : process . env . AZURE_DOCUMENTDB_ENDPOINT , masterKey : process . env . AZURE_DOCUMENTDB_MASTERKEY } } ] , function ( err ) { if ( err ) { console . error ( err ) ; } } ) ; var client = server . plugins


【文件预览】:
hapi-documentdb-master
----lib()
--------index.js(2KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(526B)
----index.js(35B)
----package.json(700B)

网友评论