X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.ini;h=7459807aa7627a8926b94e16704621c87cb67013;hb=8ebd6f86c4bba79239a927a123f1c4a2b4d807bf;hp=a30186456cef1f5e39f79b86c27cc728ec79cb7c;hpb=7d5c0b6878233e6009c6d765183591eefb6294d2;p=platal.git diff --git a/configs/platal.ini b/configs/platal.ini index a301864..7459807 100644 --- a/configs/platal.ini +++ b/configs/platal.ini @@ -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]