1 # A generic, single database configuration.
4 # path to migration scripts
7 # template used to generate migration files
8 # file_template = %%(rev)s_%%(slug)s
10 # max length of characters to apply to the
12 #truncate_slug_length = 40
14 # set to 'true' to run the environment during
15 # the 'revision' command, regardless of autogenerate
16 # revision_environment = false
18 sqlalchemy.url = mysql://user:pass@localhost/voicemail
21 # Logging configuration
23 keys = root,sqlalchemy,alembic
39 qualname = sqlalchemy.engine
53 format = %(levelname)-5.5s [%(name)s] %(message)s