2 # path to migration scripts
3 script_location = voicemail
5 # template used to generate migration files
6 # file_template = %%(rev)s_%%(slug)s
8 # set to 'true' to run the environment during
9 # the 'revision' command, regardless of autogenerate
10 # revision_environment = false
12 sqlalchemy.url = mysql://user:pass@localhost/voicemail
15 # Logging configuration
17 keys = root,sqlalchemy,alembic
33 qualname = sqlalchemy.engine
47 format = %(levelname)-5.5s [%(name)s] %(message)s