X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.ini;h=658f728f6bfda81d6fce39d89d2d55a18cffbb85;hb=b6f698746ee76ca0c303153327cfcd7d52fdeaef;hp=c7e159e928b2cd6db8d56edcf226c8f694a50bfc;hpb=45ea6160465aeba0aa780e49c12272819dedffd1;p=platal.git diff --git a/configs/platal.ini b/configs/platal.ini index c7e159e..658f728 100644 --- a/configs/platal.ini +++ b/configs/platal.ini @@ -104,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 ; @@ -205,6 +208,15 @@ event_forum = "" event_reply = "" +; The deltaten section contains parameters used to handle the "N N-10" +; operation. +[Deltaten] + +; $globals->deltaten->first_promo_young +; First promo to take part to the "N N-10" operation as the "young" promo +first_promo_young = 2007 + + ; The geocoder section contains parameters used to perform the geocoding ; and the formatting of user addresses. [Geocoder] @@ -213,22 +225,36 @@ event_reply = "" ; Unused parameter. email = "" -; $globals->geocoder->gmaps_key -; API key to use when querying google maps web service -gmaps_key = "" - ; $globals->geocoder->gmaps_url ; URL of geocoding webservice -gmaps_url = "http://maps.google.com/maps/geo" +gmaps_url = "https://maps.googleapis.com/maps/api/geocode/" -; $globals->geocoder->gmaps_hl +; $globals->geocoder->gmaps_language ; Default output language. -gmaps_hl = "fr" +gmaps_language = "fr" -; $globals->geocoder->gmaps_gl +; $globals->geocoder->gmaps_region ; Default location preference. -gmaps_gl = "fr" +gmaps_region = "fr" + +; The maps section contains parameters used to display maps. +[Maps] + +; $globals->maps->static_map +; URL of Google Maps api for static maps +static_map = "https://maps.googleapis.com/maps/api/staticmap" + +; $globals->maps->dynamic_map +; URL of Google Maps api for dynamic maps +dynamic_map = "https://maps-api-ssl.google.com/maps/api/js" + +; $globals->maps->api_version +; Current Google Maps API version +api_version = "" +; $globals->maps->language +; Language to be used in maps. +language = "" ; The lists section contains parameters used to interact with mailman. [Lists]