implement advanced memory optimization system with configurable settings
This commit is contained in:
22
.env.test
Normal file
22
.env.test
Normal file
@@ -0,0 +1,22 @@
|
||||
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'
|
||||
GOOGLE_AI_API_KEY = 'AIzaSyDcqOndCJw02xFs305iQE7KVptBoBH8aPk'
|
||||
|
||||
# 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://postgres.gndwiodomcunueuxwthl:Lop0090...@aws-1-us-west-1.pooler.supabase.com:5432/postgres"
|
||||
#DATABASE_URL="file:./dev.db"
|
||||
Reference in New Issue
Block a user