-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
78 lines (57 loc) · 2.34 KB
/
.env.example
File metadata and controls
78 lines (57 loc) · 2.34 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#--------------------------------------------------------------------
# WeChat
#--------------------------------------------------------------------
WECHAT_APP_ID=wx7b5f277707699557
WECHAT_APP_SECRET=3d85c98xxxxxxxxxxxxxxxxxxxxxxxx
WECHAT_MCHID=1387703002
WECHAT_TOKEN=mLYmAdMrVkKO
WEB_WECHAT_APP_ID=wxe80a6d2b5d54985c
WEB_WECHAT_APP_SECRET=d4b8c9b8xxxxxxxxxxxxxxxxxxxxxxxx
MOBILE_WECHAT_APP_ID=wxcc3f309821d8cab5
MOBILE_WECHAT_APP_SECRET=eb4b16d7xxxxxxxxxxxxxxxxxxxxxxxx
WXAPP_APPID=wxf7383d242dd0d2b7
WXAPP_SECRET=d855fa3fxxxxxxxxxxxxxxxxxxxxxx
WECHAT_DEBUG=false
#--------------------------------------------------------------------
# Qiniu
#--------------------------------------------------------------------
QINIU_ACCESS_KEY=-ON85H3cEMUaCuj8UFpLELeEunEAqslrqYqLbn9g
QINIU_SECRET_KEY=X-oHOYDinDEhNk5nr74O1rKDvkmPq0ZQwEZfFt6x
QINIU_HUB=qulive
QINIU_FILE_HOST=https://i.quzhiboapp.com
#--------------------------------------------------------------------
# RTMP / Streaming
#--------------------------------------------------------------------
RTMP_URL_PREFIX=rtmp://quzhiboapp.com/live/
ALIPAY_NOTIFY_URL=http://api.quzhiboapp.com/rewards/notify
#--------------------------------------------------------------------
# Video / FFmpeg paths
#--------------------------------------------------------------------
ORIGIN_VIDEO_DIR=/root/srs/trunk/objs/nginx/html/live/
NGINX_VIDEO_DIR=/home/www/videos/
VIDEO_WORKING_DIR=/home/videos/
REPLAY_WORKING_DIR=/home/replay_videos/
FFMPEG_PATH=/home/srs/trunk/objs/ffmpeg/bin/ffmpeg
CHEER_HOST_PASSWORD=Quzhiboapp20xx
VIDEO_HOST_PASSWORD=Quzhiboapp13xx
#--------------------------------------------------------------------
# Rewards
#--------------------------------------------------------------------
LEAST_COMMON_REWARD=100
#--------------------------------------------------------------------
# LeanCloud (SMS)
#--------------------------------------------------------------------
LC_PROD_APP_ID=
LC_PROD_APP_KEY=
#--------------------------------------------------------------------
# SMS
#--------------------------------------------------------------------
SMS_DEBUG=false
#--------------------------------------------------------------------
# Database (used by docker-compose)
#--------------------------------------------------------------------
DB_HOST=database
DB_NAME=qulive
DB_USER=root
DB_PASS=WeImg40xx
REDIS_HOST=redis