Skip to content

Instantly share code, notes, and snippets.

@amcgregor
Created February 18, 2010 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcgregor/307482 to your computer and use it in GitHub Desktop.
Save amcgregor/307482 to your computer and use it in GitHub Desktop.
A minimal INI file for the basic WebCore Wiki example.
[server:main]
use = egg:Paste#http
host = 127.0.0.1
port = 8080
[app:main]
use = egg:WebCore
debug = True
web.root = megawiki.controller:RootController
web.cache = True
web.cache.data_dir = /tmp
web.sessions = True
web.sessions.data_dir = /tmp
web.sessions.lock_dir = /tmp
web.static = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment