github.com/hungdoo/bot@v0.0.0-20240325145135-dd1f386f7b81/.env.sample (about)

     1  BOT_GRAPHQL_TOKEN=""
     2  BOT_VENUS_SUBGRAPH=""
     3  BOT_TELEGRAM_TOKEN=""
     4  DBHost="mongodb.hdhabits.space"
     5  DBPort="27017"
     6  DBName="telebot"
     7  DBCollection="commands"
     8  DBEnv=""
     9  
    10  # Service flags
    11  SERVICE_MODE="" # default, listener
    12  
    13  REPORT_CHAT_ID=""
    14  WHITELISTS=""
    15  
    16  SECRET_FILE=""