summaryrefslogtreecommitdiff
path: root/res/etc/rhizi-server.conf.example
AgeCommit message (Collapse)Author
2015-04-02wip: Neo4j v2.2.0 authentication support - see issue #419LV-426
2015-04-01config options, rename: rzdoc__name__max_length, rzdoc_name__welcome_docLV-426
2015-04-01rzdoc_name__mainpage config optionLV-426
2015-02-17client/server: support optimizing with require.js using node run r.jsAlon Levy
built is controlled by property do-client-optimize which defaults to false. Even if the optimized main is built (single file main-built.js and source map file main-built.js.map) they are not used unless rhizi-config.conf client_optimize is set to True which causes app.js to use main-built.js and not main.js The resulting file is 687 KiloBytes large. Pretty scary, but it still loads faster this way. (from very small tests locally). This is without compression done by the server.
2015-02-15server: fix default root_path for ./run-local.sh plus add assertion early, ↵Alon Levy
before flask template loader bails
2015-02-15user_db_path: restore defualt pwd based user_db pathLV-426
2015-02-15init_log(): derive log level from configurationLV-426
2015-02-15rhizi-server.conf.example: add sectionsLV-426
2015-01-25user_db integrationLV-426
2015-01-13server: rename rhizi-server.conf to rhizi-server.conf.exampleAlon Levy