forked from vishwamihiranga/BHASHI-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yml
34 lines (34 loc) · 1.23 KB
/
render.yml
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
version: '1'
services:
web:
type: docker
dockerfilePath: Dockerfile
env: node
autoDeploy: true
buildCommand: npm install
startCommand: pm2-runtime start index.js
healthCheckPath: /
healthCheckInterval: 10s
healthCheckTimeout: 5s
healthCheckRetries: 3
healthCheckSuccessThreshold: 1
healthCheckFailureThreshold: 3
plan: free
environment:
SESSION_ID: ${SESSION_ID:-your_default_session_id} # ADD Your Session Id
MONGODB: ${MONGODB:-your_default_mongodb_url} # ADD Your MongoDB Database URL
PREFIX: ${PREFIX:-.} # Add Your Custom Prefix
mode: ${mode:-public} # Add Your Bot Mode
OWNER_NUMBER: ${OWNER_NUMBER:-94702481115} # Owner number
AUTO_VOICE: ${AUTO_VOICE:-false}
ANTI_BAD_WORDS_ENABLED: ${ANTI_BAD_WORDS_ENABLED:-true}
AUTO_READ_STATUS: ${AUTO_READ_STATUS:-true}
ANTI_BAD_WORDS: ${ANTI_BAD_WORDS:-pakayo,huththo}
ANTI_LINK: ${ANTI_LINK:-false}
ALWAYS_ONLINE: ${ALWAYS_ONLINE:-false}
ALWAYS_TYPING: ${ALWAYS_TYPING:-false}
ALWAYS_RECORDING: ${ALWAYS_RECORDING:-false}
ANTI_BOT: ${ANTI_BOT:-true}
ANTI_DELETE: ${ANTI_DELETE:-true}
packname: ${packname:-🪄BHASHI}
author: ${author:-BHASHI x VISHWA}