initial version of app - login working

This commit is contained in:
Oliver Gorwits
2012-01-06 22:15:23 +00:00
parent 57bb5ea5ef
commit b9a11449a4
12 changed files with 433 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# configuration file for production environment
# only log warning and error messsages
log: "warning"
# log message to a file in logs/
logger: "file"
# don't consider warnings critical
warnings: 0
# hide errors
show_errors: 0
# cache route resolution for maximum performance
route_cache: 1