-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.production.yaml
More file actions
137 lines (130 loc) · 2.88 KB
/
config.production.yaml
File metadata and controls
137 lines (130 loc) · 2.88 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
app:
name: Course MiniApp Demo
description: Telegram MiniApp course platform demo
defaultCurrency: USD
env:
port: 3001
nodeEnv: production
demoMode: true
defaultLanguage: en
frontendUrl: https://democourse.cookiewhite.beer
redis:
enabled: false
host: localhost
port: 6379
password: ""
telegram:
botToken: ""
webhookUrl: ""
adminIds: []
initDataTtl: 300
paypal:
clientId: ""
secret: ""
webhookId: ""
mode: sandbox
cloudflare:
accountId: ""
apiToken: ""
signingKey: ""
customerSubdomain: ""
video:
signingKey: "demo-signing-key-32-characters!!"
features:
demoMode: true
telegramAuth: false
supportChat: true
hidePublic: false
payments:
paypal:
enabled: false
currency: USD
telegramStars:
enabled: false
demo:
avatarUrl: https://i.imgur.com/zOlPMhT.png
userNamePrefix: Demo
support:
seedMessage: "Hi! This is a demo support chat."
seedReply: "Hello! How can I help you today?"
ui:
homeHero:
imageUrl: https://i.imgur.com/zOlPMhT.png
wave:
colors:
- "#e8320e"
- "#e88d0e"
- "#e8320e"
- "#120012"
- "#07004f"
- "#1200d9"
- "#120012"
- "#120012"
fps: 30
seed: 0
speed: 1.1
authors:
- id: demo
name: Demo Instructor
avatarUrl: https://i.imgur.com/zOlPMhT.png
courses:
- id: 1
title: Demo Course 1
authorId: demo
description: Demo course showcasing platform features
category: Demo
imageUrl: https://i.imgur.com/zOlPMhT.png
duration: 6h 30m
program:
- "<ico:video> Getting started"
- "<ico:read> Core concepts"
- "<ico:practice> Hands-on practice"
- "<ico:project> Final project"
price: 9.99
starsPrice: 100
currency: USD
visibility: public
- id: 2
title: Demo Course 2
authorId: demo
description: Demo course showcasing platform features
category: Demo
imageUrl: https://i.imgur.com/zOlPMhT.png
duration: 4h 10m
price: 9.99
starsPrice: 100
currency: USD
visibility: public
- id: 3
title: Demo Course 3
authorId: demo
description: Demo course showcasing platform features
category: Demo
imageUrl: https://i.imgur.com/zOlPMhT.png
duration: 5h 45m
price: 9.99
starsPrice: 100
currency: USD
visibility: public
- id: 4
title: Demo Course 4
authorId: demo
description: Demo course showcasing platform features
category: Demo
imageUrl: https://i.imgur.com/zOlPMhT.png
duration: 3h 25m
price: 60
starsPrice: 100
currency: USD
visibility: public
- id: 5
title: Demo Course 5
authorId: demo
description: Demo course showcasing platform features
category: Demo
imageUrl: https://i.imgur.com/zOlPMhT.png
duration: 2h 50m
price: 9.99
starsPrice: 100
currency: USD
visibility: public