Updated documentation.
[openemr.git] / gacl / gacl.ini.php
blobffdd1130ef22a9f3d3d8b06b8df46fc3ffddf7c0
1 ;<? if (; //Cause parse error to hide from prying eyes?>
3 ; *WARNING*
5 ; DO NOT PUT THIS FILE IN YOUR WEBROOT DIRECTORY.
7 ; *WARNING*
9 ; Anyone can view your database password if you do!
11 debug = FALSE
14 ;Database
16 db_type = "mysql"
17 db_host = ""
18 db_user = ""
19 db_password = ""
20 db_name = ""
21 db_table_prefix = "gacl_"
24 ;Caching
26 caching = FALSE
27 force_cache_expire = TRUE
28 cache_dir = "/tmp/phpgacl_cache"
29 cache_expire_time = 600
32 ;Admin interface
34 items_per_page = 100
35 max_select_box_items = 100
36 max_search_return_items = 200
38 ;NO Trailing slashes
39 smarty_dir = "smarty/libs"
40 smarty_template_dir = "templates"
41 smarty_compile_dir = "templates_c"