1 # A generic, single database configuration.
4 # path to migration scripts
5 script_location = voicemail
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 = driver://user:pass@localhost/dbname
20 #sqlalchemy.url = postgresql://user:pass@localhost/voicemail
21 sqlalchemy.url = mysql://user:pass@localhost/voicemail
24 # Logging configuration
26 keys = root,sqlalchemy,alembic
42 qualname = sqlalchemy.engine
56 format = %(levelname)-5.5s [%(name)s] %(message)s