From 22c6f407f0835e02c0da588f112c92f352f4d6c6 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Sun, 16 Jul 2023 05:22:30 +0300 Subject: [PATCH] env file example --- .env.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f6b50ca..dc8e95e 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,9 @@ NODE_ENV=development -LOG_LEVEL=debug \ No newline at end of file +LOG_LEVEL=debug + +LIQUID_RESCALE_API_URL= +REDIS_HOST= +REDIS_PORT=6379 +BULL_CONCURRENCY=2 + +VK_BOT_TOKEN= \ No newline at end of file