X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/224a257ade788e1a87aab78032dc3cdc9677cc06..d2cfab09f98980d5c1d433a9e75eb65e0b13b0aa:/development.ini diff --git a/development.ini b/development.ini index bd6fc70..7e0e3ed 100644 --- a/development.ini +++ b/development.ini @@ -19,6 +19,7 @@ port = 5000 use = egg:floof full_stack = true static_files = true +static_root = %(here)s/floof/public/ cache_dir = %(here)s/data beaker.session.key = floof @@ -36,8 +37,11 @@ sqlalchemy.url = sqlite:///%(here)s/development.db # WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* # Debug mode will enable the interactive debugging tool, allowing ANYONE to # execute malicious code after an exception is raised. -set debug = false +# set debug = false +# Floof-specific configuration +thumbnail_size = 120 +medium_size = 960 # Logging configuration [loggers]