X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.ini;h=6c4eb46bb776e06744206d9dfb08a1db423cb88e;hb=fe96a80796049f77a577916d038ffecb913565b6;hp=a057415d85aa96372f449e61dc74bf81732f36ef;hpb=9756357a151d461e49699938c8baee6ec81f1611;p=platal.git diff --git a/configs/platal.ini b/configs/platal.ini index a057415..6c4eb46 100644 --- a/configs/platal.ini +++ b/configs/platal.ini @@ -149,10 +149,6 @@ memcache = "" ; select a skin. skin = "default" -; $globals->register_skin -; Skin to use during registration process -register_skin = "register" - ; $globals->core->econfiance ; Key used to perform transactions with the 'econfiance' webservice in order ; to synchronize the X-Informatique directory with polytechnique.net @@ -208,6 +204,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] @@ -216,22 +221,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] @@ -379,6 +398,14 @@ private_max = 800 per_page = 20 +; The SharingAPI section contains parameters about the 'sharing' webservice +[SharingAPI] + +; $globals->sharingapi->max_result_per_query +; Maximum number of results returned in an API response. +max_result_per_query = 10; + + ; The register section contains parameters for the registration process [Register] @@ -415,9 +442,13 @@ private_key_ax = "" secret = "" ; $globals->xnet->auth_baseurl -; Baseur of the site used to perform authentication +; Baseurl of the site used to perform authentication auth_baseurl = "" +; $globals->xnet->xorg_baseurl +; Baseurl of the 'X.org' website +xorg_baseurl = "https://www.polytechnique.org/" + ; $globals->xnet->evts_domain ; Domain address where the aliases containing the list of (non-)subscribers ; of an event are created.