X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.ini;h=c7e159e928b2cd6db8d56edcf226c8f694a50bfc;hb=d05cf8d4ad0bba8aa4e053ede5f9dccb9b0c88fa;hp=a30186456cef1f5e39f79b86c27cc728ec79cb7c;hpb=5a217f7392a93fd4c32ad728f6e46553f3fc1e1a;p=platal.git diff --git a/configs/platal.ini b/configs/platal.ini index a301864..c7e159e 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 ; @@ -156,6 +156,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] @@ -206,6 +221,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] @@ -233,6 +256,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] @@ -261,6 +288,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] @@ -390,6 +420,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]