File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,19 @@ docker run -d \
2828 minio/minio server /data --console-address " :9001"
2929```
3030
31+ ### Example
32+
33+ Here is a minimal example ` .env ` which let you can run tailchat in development environment.
34+
35+ ``` ini
36+ PORT =11000
37+ MONGO_URL =mongodb://127.0.0.1:27017/tailchat
38+ REDIS_URL =redis://localhost:6379/
39+ MINIO_URL =127.0.0.1:19000
40+ MINIO_USER =tailchat
41+ MINIO_PASS =com.msgbyte.tailchat
42+ ```
43+
3144## Node Version
3245
3346Tailchat is develop with ` nodejs ` , please install nodejs by yourself, here is nodejs official: [ https://nodejs.org/ ] ( https://nodejs.org/ )
Original file line number Diff line number Diff line change @@ -28,6 +28,19 @@ docker run -d \
2828 minio/minio server /data --console-address " :9001"
2929```
3030
31+ ### 示例
32+
33+ 这是一个 ".env" 的最小示例,可让您在开发环境中运行 ` tailchat ` 。
34+
35+ ``` ini
36+ PORT =11000
37+ MONGO_URL =mongodb://127.0.0.1:27017/tailchat
38+ REDIS_URL =redis://localhost:6379/
39+ MINIO_URL =127.0.0.1:19000
40+ MINIO_USER =tailchat
41+ MINIO_PASS =com.msgbyte.tailchat
42+ ```
43+
3144## Node Version
3245
3346Tailchat 是使用 ` nodejs ` 进行开发的,请自行安装nodejs, 这里是nodejs的官方网站: [ https://nodejs.org/ ] ( https://nodejs.org/ )
You can’t perform that action at this time.
0 commit comments