[production] ; ; Site configuration ; app.name = "bigdatase" app.base_url = /bigdatase app.display_menu = 1 app.display_errors = 0 app.admin_mail = h.wang3@exeter.ac.uk app.use_database = 1 app.default_timezone = Europe/London app.cookie.lifetime = 3 ; ; Safe mode: prevent deletion of existing objects (reviews, etc.) ; app.safe_mode = 0 ; ; Define the document root path. It is the sub-dir name ; of the MyReview installation directory. The defaut is www ; app.document_root = www ; ; Define the layout of the MyReview application. ; This must be the name of a .xml file located in www/themes. ; app.layout = myreview2 ; ; Define the uploaded files directory, a relative path w.r.t. ; the MyReview installation directory. Default is files/default ; app.upload_path = files/default ; ; Default lang ; app.default_lang = en ; ; Number of authors initially shown in the submission form ; app.nb_authors_in_form = 4 ; ; User source: either ldap or db ; app.user.source = db ; ; Authentication mechanism: either cas or digest ; app.auth.method = digest [staging: production] app.display_errors = 1