~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/conf/conf.py

Move the forum secret out of the main configuration file and into the forum
plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    'usrmgt_host': 'usrmgt/host',
59
59
    'usrmgt_port': 'usrmgt/port',
60
60
    'usrmgt_magic': 'usrmgt/magic',
61
 
    'forum_secret': 'plugins/forum/secret',
62
61
}
63
62
 
64
63
for legacyopt, newopt_path in CONFIG_OPTIONS.iteritems():