Use develer.com for ssl key.
[geekigeeki.git] / geekigeeki.conf.py
1 # Configuration values
2 site_name = 'Codewiz'
3
4 # set to None for read-only sites, leave empty ('') to allow anonymous edits
5 # otherwise, set to a URL that requires authentication
6 privileged_url = 'https://www.develer.com/~bernie/wiki'
7
8 data_dir = '/home/bernie/public_html/wiki/data'
9
10 css_url = ['../wikidata/geekigeeki.css']  # optional stylesheet links
11 history_url = '../wikigit/wiki.git'
12
13 post_edit_hook = './post_edit_hook.sh'
14
15 datetime_fmt = '%a %d %b %Y %I:%M %p'
16 allow_edit = True                       # Is it possible to edit pages?
17 show_hosts = True                       # show hostnames?
18 nonexist_pfx = ''                       # prefix before nonexistent link (usually '?')
19 debug_cgi = False                       # Set to True for CGI var dump