.env.dist 229 B

12345678910
  1. DIALECT_DB='postgresql'
  2. DRIVER_DB='psycopg2'
  3. POSTGRES_HOST='localhost'
  4. POSTGRES_PORT=5432
  5. POSTGRES_NAME='postgres_name'
  6. POSTGRES_USER='postgres_user'
  7. POSTGRES_PASSWORD='postgres_password'
  8. TELEGRAM_BOT_TOKEN='telegram_bot_token'