Open Journal Systems  3.3.0
config.TEMPLATE.pgsql.inc.php
1 [database]
2 driver = pgsql
3 host = localhost
4 username = ojs
5 password = ojs
6 name = ojs
7 
8 persistent = On
9 debug = Off
10 
11 [general]
12 installed = On
13 base_url = "http://pkp.sfu.ca/ojs"
14 session_cookie_name = OJSSID
15 session_lifetime = 30
16 scheduled_tasks = Off
17 
18 date_format_short = "%Y-%m-%d"
19 date_format_long = "%B %e, %Y"
20 datetime_format_short = "%Y-%m-%d %I:%M %p"
21 datetime_format_long = "%B %e, %Y - %I:%M %p"
22 
23 disable_path_info = Off
24 
25 ; base_url[index] = http://www.myUrl.com
26 ; base_url[myJournal] = http://www.myUrl.com/myJournal
27 ; base_url[myOtherJournal] = http://myOtherJournal.myUrl.com
28 
29 [cache]
30 cache = file
31 memcache_hostname = localhost
32 memcache_port = 11211
33 web_cache = Off
34 web_cache_hours = 1
35 
36 [i18n]
37 locale = en_US
38 client_charset = utf-8
39 connection_charset = utf8
40 
41 [files]
42 files_dir = files
43 public_files_dir = public
44 umask = 0022
45 
46 [finfo]
47 mime_database_path = /etc/magic.mime
48 
49 [security]
50 force_ssl = Off
51 force_login_ssl = Off
52 session_check_ip = On
53 encryption = md5
54 allowed_html = "<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <b> <i> <u> <img> <sup> <sub> <br> <p>"
55 ;implicit_auth = On
56 ;implicit_auth_header_first_name = HTTP_TDL_GIVENNAME
57 ;implicit_auth_header_last_name = HTTP_TDL_SN
58 ;implicit_auth_header_email = HTTP_TDL_MAIL
59 ;implicit_auth_header_phone = HTTP_TDL_TELEPHONENUMBER
60 ;implicit_auth_header_initials = HTTP_TDL_METADATA_INITIALS
61 ;implicit_auth_header_mailing_address = HTTP_TDL_METADATA_TDLHOMEPOSTALADDRESS
62 ;implicit_auth_header_uin = HTTP_TDL_TDLUID
63 ;implicit_auth_admin_list = "100000040@tdl.org 85B7FA892DAA90F7@utexas.edu 100000012@tdl.org"
64 ;implicit_auth_wayf_url = "/Shibboleth.sso/wayf"
65 
66 [email]
67 ; smtp = On
68 ; smtp_server = mail.example.com
69 ; smtp_port = 25
70 ; smtp_auth = PLAIN
71 ; smtp_username = username
72 ; smtp_password = password
73 ; allow_envelope_sender = Off
74 ; default_envelope_sender = my_address@my_host.com
75 time_between_emails = 3600
76 max_recipients = 10
77 require_validation = Off
78 validation_timeout = 14
79 display_errors = On
80 
81 [search]
82 min_word_length = 3
83 results_per_keyword = 500
84 result_cache_hours = 1
85 ; index[application/pdf] = "/usr/bin/pstotext %s"
86 ; index[application/pdf] = "/usr/bin/pdftotext %s -"
87 ; index[application/postscript] = "/usr/bin/pstotext %s"
88 ; index[application/postscript] = "/usr/bin/ps2ascii %s"
89 ; index[application/msword] = "/usr/bin/antiword %s"
90 ; index[application/msword] = "/usr/bin/catdoc %s"
91 
92 [oai]
93 oai = On
94 repository_id = ojs.pkp.sfu.ca
95 
96 [interface]
97 items_per_page = 25
98 page_links = 10
99 
100 [captcha]
101 captcha = off
102 captcha_on_register = on
103 captcha_on_comments = on
104 font_location = /usr/share/fonts/truetype/freefont/FreeSerif.ttf
105 
106 [proxy]
107 ; http_host = localhost
108 ; http_port = 80
109 ; proxy_username = username
110 ; proxy_password = password
111 
112 [debug]
113 show_stacktrace = On
i18n
Provides methods for loading localized country name data.