Below is the file 'config.py' from this revision. You can also download the file.


import datetime
import os

install_path = '/Users/grahame/monotone/memes/'
storage_path = os.path.join(install_path, 'storage')
word_db = os.path.join(install_path, 'word.db')

user_schema = os.path.join(install_path, 'sql', 'user.sql')

haiku_line_attempts = 3
haiku_attempts = 10

update_interval = datetime.timedelta(days=7)

dynamic_uri_path = 'http://localhost:8080/'
static_uri_path = 'http://glamdring.local/~grahame/memes/static/'