forked from MrMKN/PROFESSOR-BOT
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRender.yaml
41 lines (41 loc) · 814 Bytes
/
Render.yaml
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
# Exported from Render on 2024-04-10T15:11:46Z
services:
- type: web
name: NARUTO-AUTO-FILTER-V-1
runtime: python
repo: https://github.com/MrMKN/PROFESSOR-BOT
branch: main
plan: free
envVars:
- key: ADMINS
sync: false
- key: AI_LOGS
sync: false
- key: API_HASH
sync: false
- key: API_ID
sync: false
- key: BOT_TOKEN
sync: false
- key: DATABASE_URI
sync: false
- key: DELETE_CHANNELS
sync: false
- key: FILE_FORWARD
sync: false
- key: LOG_CHANNEL
sync: false
- key: FORCE_SUB
sync: false
- key: PYTHON_VERSION
sync: false
- key: PICS
sync: false
- key: DATABASE_NAME
sync: false
- key: CHACH_FILES
sync: false
region: oregon
buildCommand: pip install -r requirements.txt
startCommand: python3 bot.py
version: "1"