-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv_template
20 lines (15 loc) · 862 Bytes
/
env_template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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, SQLite, SQL Server and MongoDB (Preview).
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/postgres?schema=public&connect_timeout=300"
# Use BotFather (https://t.me/botfather) to create a BOT_TOKEN:
BOT_TOKEN=
# Use any S3-compatible hosting (like Digital Ocean Spaces or AWS S3) to obtain the following data:
S3_ENDPOINT=
S3_REGION=
S3_BUCKET=
S3_KEY=
S3_SECRET=
# Sentry is an error tracking service. You can sign up for a free account at https://sentry.io/signup/
SENTRY_DSN=