Skip to content

Instantly share code, notes, and snippets.

@pads
Last active December 17, 2015 06:48
Show Gist options
  • Save pads/5567561 to your computer and use it in GitHub Desktop.
Save pads/5567561 to your computer and use it in GitHub Desktop.
Backup of my dev instance tiddlyspace config
# A basic configuration.
# `pydoc tiddlyweb.config` for details on configuration items.
config = {
'system_plugins': ['tiddlywebplugins.tiddlyspace'],
'secret': '19ea4f518345d7f89c99a679b5957ebb6efc4b2a',
'twanager_plugins': ['tiddlywebplugins.tiddlyspace'],
'server_host': {
'scheme': 'http',
'host': 'tiddlyspace.org',
'port': '8080'
},
'server_store': ['tiddlywebplugins.devstore2', {'devstore_root': '../src'}],
'wrapped_devstore': ['tiddlywebplugins.tiddlyspace.store', {
'db_config': 'mysql:///tiddlyspace?charset=utf8mb4'}],
'use_dispatcher': True,
'beanstalk.listeners': ['tiddlywebplugins.jsondispatcher'],
'log_level': 'DEBUG',
}
from devconfig import update_config; update_config(config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment