# For app BOT_TOKEN = # default: 6943803094:AAFxMjuiaqLlQbITUOVPlKx6SKIofKrThwk SQLALCHEMY_DATABASE_URI = # no need to specify if docker is used REDIS_URL = # no need to specify if docker is used OPENTRIPMAP_API_KEY = # get it from https://dev.opentripmap.org/ OPENWEATHERMAP_API_KEY = # get it from https://openweathermap.org/ # For docker(remove if you want to keep defaults) POSTGRES_PORT = # default: 5432 POSTGRES_DB = # default: postgres POSTGRES_USER = # default: postgres POSTGRES_PASSWORD = # default: postgres REDIS_PORT = # default: 6379 PGADMIN_PORT = # default: 5050 PGADMIN_EMAIL = # default: admin@mail.com PGADMIN_PASSWORD = # default: admin