-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.development
27 lines (23 loc) · 953 Bytes
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# +------------------------------------------------------
# | nestjs server post (Disable)
# +------------------------------------------------------
POST=3000
# +------------------------------------------------------
# | nestjs server version
# +------------------------------------------------------
AGARWOOD_VERSION=3.0
# +------------------------------------------------------
# | RedisService Configuration
# +------------------------------------------------------
# format redis[s]://[[username][:password]@][host][:port][/db-number]:
REDIS_CONNECT_URL=redis://localhost:6379
# publish chat channel
REDIS_PUBLISH_WECHAT_CHAT_CHANNEL=chat.wechat.to.tencent
# subscriber chat channel
REDIS_SUBSCRIBER_WECHAT_CHAT_CHANNEL=chat.wechat.from.tencent
# subscriber customer channel
REDIS_SUBSCRIBER_WECHAT_CUSTOMER_CHAT_CHANNEL=chat.wechat.from.customer
REDIS_CONNECT_HOST=localhost
REDIS_CONNECT_PASSWORD=
REDIS_CONNECT_PORT=6379
REDIS_CONNECT_DB=1