Sources of Telegram bot for cryptopotato chat. https://t.me/devpotato_bot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

574 B

SQLAlchemy Database connection URL specified directly in alembic.ini can be overridden with:

  • DB_URL environment variable

  • db_url command line argument of alembic tool specified with -x option, e.g.:

    alembic -x db_url=postgresql://user:pass@host/dbname upgrade head
    

Note that command line argument takes precedence over environment variable.