blob: b63e922f13f86bcf24df5af53c681a66ae04b41f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# A generic, single database configuration.
[alembic]
# path to migration scripts
script_location = %(here)s
# template used to generate migration files
# file_template = %%(rev)s_%%(slug)s
# set to 'true' to run the environment during
# the 'revision' command, regardless of autogenerate
# revision_environment = false
# This is set inside of migration script
# sqlalchemy.url = driver://user:pass@localhost/dbname
|