-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
26 lines (18 loc) · 1.04 KB
/
.env.example
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
## PRISMA
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#using-environment-variables
# Prisma supports the native connection string format for PostgreSQL, MySQL and SQLite.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
# Connect to Supabase via connection pooling with Supavisor.
DATABASE_URL="postgres://username:[YOUR-PASSWORD]@domain:6543/postgres"
# Direct connection to the database. Used for migrations.
DIRECT_URL="postgres://username:[YOUR-PASSWORD]@domain:5432/postgres"
## TELEGRAM
# Generate from botfather https://t.me/botfather
API_TOKEN=123456:AAHHiSs41FmLasdfQYfJR6djE
# Get Logging group groupID from https://stackoverflow.com/a/50661601
# This sends all the messages the users send to the bot into this group so that you can debug the bot easier.
# Don't forget to add the bot into this group!
LOG_GROUP_ID=-100123456789
# Lets admin check stats
ADMIN_TELEGRAM_ID=1234