-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
37 lines (37 loc) · 780 Bytes
/
Copy pathrender.yaml
File metadata and controls
37 lines (37 loc) · 780 Bytes
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
services:
- type: web
name: filetolink
env: docker
plan: free
dockerfilePath: ./Dockerfile
envVars:
- key: API_ID
sync: false
- key: API_HASH
sync: false
- key: BOT_TOKEN
sync: false
- key: LOG_CHANNEL
sync: false
- key: DATABASE_URI
sync: false
- key: DATABASE_NAME
sync: false
- key: URL
sync: false
- key: ADMINS
sync: false
- key: FSUB_CHANNEL
value: "0"
- key: PORT
value: "8080"
- key: SLEEP_THRESHOLD
value: "60"
- key: PING_INTERVAL
value: "1200"
- key: AUTO_RESTART
value: "True"
- key: SHORTLINK
value: "False"
- key: ISGD
value: "False"