From 62b1c566adefca7ca39beaa7e3163124b22cca0a Mon Sep 17 00:00:00 2001 From: shnimlz Date: Sat, 20 Sep 2025 02:45:00 -0500 Subject: [PATCH] Usando redis para produccion, eliminado redis/docker --- .env | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..ea84d48 --- /dev/null +++ b/.env @@ -0,0 +1,21 @@ +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="file:./dev.db" \ No newline at end of file