提交 f3bc83a7 编写于 作者: Q Quinton.Xu

update README.md

上级 ef500663
...@@ -28,7 +28,9 @@ Node.js >= 6.0.0 required. ...@@ -28,7 +28,9 @@ Node.js >= 6.0.0 required.
* See [examples](https://github.com/Quinton/node-apollo/tree/master/example) * See [examples](https://github.com/Quinton/node-apollo/tree/master/example)
## remoteConfigService ## Method
### remoteConfigService
``` ```
const config = { const config = {
configServerUrl: 'http://example.com', configServerUrl: 'http://example.com',
...@@ -42,7 +44,7 @@ Node.js >= 6.0.0 required. ...@@ -42,7 +44,7 @@ Node.js >= 6.0.0 required.
const result = await apollo.remoteConfigService(config); const result = await apollo.remoteConfigService(config);
``` ```
>**NOTE:** 读取携程Apollo配置,调用第三方应用接入Apollo开放平台, 详情请参考[Apollo开放平台](https://github.com/ctripcorp/apollo/wiki/Apollo%E5%BC%80%E6%94%BE%E5%B9%B3%E5%8F%B0). >**NOTE:** 读取携程Apollo配置,调用第三方应用接入Apollo开放平台, 详情请参考[Apollo开放平台](https://github.com/ctripcorp/apollo/wiki/Apollo%E5%BC%80%E6%94%BE%E5%B9%B3%E5%8F%B0).
## createEnvFile ### createEnvFile
``` ```
const obj = { const obj = {
mongoose: 'mongo://127.0.0.1:27017', mongoose: 'mongo://127.0.0.1:27017',
...@@ -51,7 +53,7 @@ Node.js >= 6.0.0 required. ...@@ -51,7 +53,7 @@ Node.js >= 6.0.0 required.
apollo.createEnvFile(eggConfig); apollo.createEnvFile(eggConfig);
``` ```
>**NOTE:** 生成环境变量文件,常用于docker化项目,详细请参考[example](https://github.com/Quinton/node-apollo/tree/master/example). >**NOTE:** 生成环境变量文件,常用于docker化项目,详细请参考[example](https://github.com/Quinton/node-apollo/tree/master/example).
## setEnv ### setEnv
``` ```
apollo.setEnv(); apollo.setEnv();
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册