1 # A generic, single database configuration.
4 # path to migration scripts
5 script_location = %(here)s/mediagoblin/db/migrations
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 # set to 'true' to allow .pyc and .pyo files without
19 # a source .py file to be detected as revisions in the
23 sqlalchemy.url = sqlite:///mediagoblin.db
26 # Logging configuration
28 keys = root,sqlalchemy,alembic
44 qualname = sqlalchemy.engine
58 format = %(levelname)-5.5s [%(name)s] %(message)s