22 lines
1.2 KiB
Bash
22 lines
1.2 KiB
Bash
TOKEN = 'OTkxMDYyNzUxNjMzODgzMTM2.Gjzppb.OsdqEDhl_tiQmw4KL7ITbEZ1e-s9VeoF_xJvQQ'
|
|
REDIS_URL = 'redis-17965.c323.us-east-1-2.ec2.redns.redis-cloud.com'
|
|
REDIS_PASS = 'HnPiQFoWwsBdJY62SiHZSEDmnbgiycZ5'
|
|
CLIENT = '991062751633883136'
|
|
|
|
# developement
|
|
guildTest = '1316592320954630144'
|
|
|
|
|
|
# This was inserted by `prisma init`:
|
|
# Environment variables declared in this file are automatically made available to Prisma.
|
|
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
|
|
|
|
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
|
|
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
|
|
|
|
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
|
|
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
|
|
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
|
|
|
|
DATABASE_URL="postgresql://neondb_owner:npg_Qpgut3PIxSE0@ep-odd-lake-ae8k0u13-pooler.c-2.us-east-2.aws.neon.tech/neondb?sslmode=require&channel_binding=require"
|
|
#DATABASE_URL="file:./dev.db" |