19 lines
387 B
INI
19 lines
387 B
INI
[DEFAULT]
|
|
debug = true
|
|
|
|
[app:main]
|
|
use = egg:mediagoblin#app
|
|
config = %(here)s/mediagoblin.ini
|
|
/mgoblin_media = %(here)s/user_dev/media/public
|
|
/test_static = %(here)s/mediagoblin/static
|
|
/theme_static = %(here)s/user_dev/theme_static
|
|
/plugin_static = %(here)s/user_dev/plugin_static
|
|
|
|
[celery]
|
|
CELERY_ALWAYS_EAGER = true
|
|
|
|
[server:main]
|
|
use = egg:waitress#main
|
|
host = 127.0.0.1
|
|
port = 6543
|