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.
|
5 years ago | |
---|---|---|
.. | ||
versions | 5 years ago | |
README.md | 6 years ago | |
env.py | 6 years ago | |
script.py.mako | 6 years ago |
README.md
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.