Skip to content

Commit

Permalink
render sucks bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
sataniceypz authored Jan 10, 2025
1 parent dd149df commit 5d0749c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,13 @@ module.exports = {
PROCESSNAME: process.env.PROCESSNAME || "Izumi-v3",
AUTHOR: process.env.AUTHOR || "Eypz God",
DELETED_LOG_CHAT: process.env.DELETED_LOG_CHAT || false,
RENDER_API_KEY: process.env.RENDERAPI_KEY || "your_render_api_key",
RENDER_SERVICE_ID: process.env.RENDER_SERVICE_ID || "your_render_service_id",
HEROKU_APP_NAME: process.env.HEROKU_APP_NAME || "",
HEROKU_API_KEY: process.env.HEROKU_API_KEY || "",
KOYEB_API_KEY: process.env.KOYEB_API_KEY || "your_koyeb_api_key",
KOYEB_APP_NAME: process.env.KOYEB_APP_NAME || '',
KOYEB: toBool(process.env.KOYEB) || false,
HEROKU: toBool(process.env.HEROKU) || false,
TERMUX: toBool(process.env.TERMUX) || false,
RENDER: toBool(process.env.TERMUX) || false,
DATABASE_URL: DATABASE_URL,
DATABASE:
DATABASE_URL === './database.db' ? new Sequelize({dialect: 'sqlite', storage: DATABASE_URL, logging: false,}) : new Sequelize(DATABASE_URL, {dialect: 'postgres', ssl: true, protocol: 'postgres', dialectOptions: {native: true, ssl: { require: true, rejectUnauthorized: false },}, logging: false,}),
Expand Down

0 comments on commit 5d0749c

Please sign in to comment.