X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.ini;h=a057415d85aa96372f449e61dc74bf81732f36ef;hb=b65169f172b0b06c7731cfc67aaea15081fc0d31;hp=a8cb4c2d17c042d9b4b681574d6d651bf40ae460;hpb=1c4a1d0a32c52851e9ffbbf585bb206c9a472dc9;p=platal.git diff --git a/configs/platal.ini b/configs/platal.ini index a8cb4c2..a057415 100644 --- a/configs/platal.ini +++ b/configs/platal.ini @@ -1,5 +1,5 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; Copyright (C) 2003-2010 Polytechnique.org ; +; Copyright (C) 2003-2011 Polytechnique.org ; ; http://opensource.polytechnique.org/ ; ; ; ; This program is free software; you can redistribute it and/or modify ; @@ -77,8 +77,12 @@ robotstxt_disallowed_uris = ; 1 - DEBUG_BT: displays the backtraces (SQL, mailman, banana executions) ; 2 - DEBUG_VALID: checks that the html of the page is valid ; 4 - DEBUG_SMARTY: don't hide error reported during the execution of smarty +; 8 - DEBUG_NOCACHE: disable data caching +; 16 - DEBUG_SCRIPTCACHE: cache expires after the execution of the script (no caching +; in session or via memcache) ; - provided by xorg: -; 256 - DEBUG_NOCACHE: don't cache db content in the session +; 256 - DEBUG_NOCACHE: don't cache db content in the session (this feature as been moved +; to the core and this flag is deprecated) ; ; debug = 0 @@ -100,6 +104,9 @@ secure_domain = "" ; command line. The value is computed automatically when php serves a web page. baseurl = "https://www.example.org/" +; The base url of the url shortener. +baseurl_shortener = "" + ; $globals->sitename ; The name of the site ; @@ -125,6 +132,10 @@ baseurl = "https://www.example.org/" ; The charset to use when talking to the database ; dbcharset = "utf8" +; $globals->core->memcache +; List of space separated addresses of memcache servers +memcache = "" + ; $globals->static_cache_duration ; Cache duration for static content ; static_cache_duration = "604800" @@ -148,6 +159,21 @@ register_skin = "register" econfiance = "" +; The API section contains the configuration for the web services. +[Api] + +; $globals->api->hmac_algo +; Algorithm to use for HMAC-based authentication of API requests. Note that this +; value is shared with clients, and must be changed in all places at once. +hmac_algo = "sha256" + +; $globals->api->timestamp_tolerance +; Maximum number of seconds of drift allowed between the client-side UNIX clock +; and the server-side clock. This should be big enough to also allow for network +; latency, but not too high, to limit replay opportunities. +timestamp_tolerance = 10 + + ; The banana section contains the configuration of the forums. [Banana] @@ -198,6 +224,14 @@ gmaps_key = "" ; URL of geocoding webservice gmaps_url = "http://maps.google.com/maps/geo" +; $globals->geocoder->gmaps_hl +; Default output language. +gmaps_hl = "fr" + +; $globals->geocoder->gmaps_gl +; Default location preference. +gmaps_gl = "fr" + ; The lists section contains parameters used to interact with mailman. [Lists] @@ -225,6 +259,10 @@ vhost_sep = "_" ; Maximum number of mails an instance of the moderation cron accepts to deliver. max_mail_per_min = 400 +; $globals->lists->redirect_domain +; Domain where mailing list emails are redirected. +redirect_domain = "" + ; The mail section contains parameters used to interacts with email routing [Mail] @@ -253,6 +291,9 @@ blacklist_host_resolution_limit = ; domain is blacklisted by a spam filter. domain_whitelist = "" +; $globals->mail->antispam +; Default antispam level. +antispam = "" ; The mailstorage section contains parameters describing the availability of email storage services [MailStorage] @@ -382,6 +423,27 @@ auth_baseurl = "" ; of an event are created. evts_domain = "" +; $globals->xnet->participant_list +; Mailing list suffix used to contact event participants. +participant_list = "" + +; $globals->xnet->absent_list +; Mailing list suffix used to contact users who notified they won't attend to the event. +absent_list = "" + +; $globals->xnet->unpayed_list +; Mailing list suffix used to contact event participants who did not pay. +unpayed_list = "" + +; $globals->xnet->payed_list +; Mailing list suffix used to contact event participants who paid. +payed_list = "" + +; $globals->xnet-> +; Event mailing lists suffixes. It must contain the 4 suffixes above, separated by a coma. +event_lists = "" + + ; The merge section contains parameters about the merge's state. [Merge]