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