add exampleNames
Deploy app frontend / app frontend (push) Successful in 1m52s
Deploy service couchdb / service couchdb (push) Successful in 27s
Deploy db-migrations / db-migrations (push) Successful in 1m23s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m18s
Deploy service tg-bot / service tg-bot (push) Successful in 1m16s

This commit is contained in:
2024-12-16 21:41:32 +02:00
parent c8735c607d
commit c1edb1937f
8 changed files with 56 additions and 17 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ if (!process.env.HEARTBEAT_INTERVAL) {
}
export const env = {
TELEGRAM_BOT_TOKEN: process.env.BOT_TOKEN,
BOT_TOKEN: process.env.BOT_TOKEN,
BOT_USE_CHANGES_DB_UPDATES:
`${process.env.BOT_USE_CHANGES_DB_UPDATES}` === "true",
READ_BASE_URL: process.env.READ_BASE_URL,
APP_BASE_URL: process.env.APP_BASE_URL,
API_URL: process.env.API_URL,