X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.ini;h=4f94beaea1be5ec0535fc7e9faeca1f0a16d0777;hb=e153e57a59576be2652bb4dd49d3668757a219ae;hp=6a5ce41de223f664b14692a05983158bf43b1d1b;hpb=f3ba9a54052e6841bd0edb15249936a1180adbae;p=platal.git diff --git a/configs/platal.ini b/configs/platal.ini index 6a5ce41..4f94bea 100644 --- a/configs/platal.ini +++ b/configs/platal.ini @@ -1,5 +1,5 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; Copyright (C) 2003-2011 Polytechnique.org ; +; Copyright (C) 2003-2014 Polytechnique.org ; ; http://opensource.polytechnique.org/ ; ; ; ; This program is free software; you can redistribute it and/or modify ; @@ -149,16 +149,21 @@ 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 econfiance = "" +; $globals->core->sentry_dsn +; Key used to log errors to Sentry +sentry_dsn = "" + +; $globals->core->sentry_js_dsn +; Key used to log JS errors to Sentry +sentry_js_dsn = "" + + ; The API section contains the configuration for the web services. [Api] @@ -237,6 +242,24 @@ gmaps_language = "fr" ; Default location preference. 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] @@ -384,6 +407,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] @@ -405,7 +436,7 @@ pass_ax = "" ; $globals->webservice->hsot_ax ; Host of the webservice of the AX -host_ax = "https://www.polytechniciens.com/" +host_ax = "http://www.ax.polytechnique.edu/" ; $globals->webservice->private_key_ax ; Path to the private key used for authentication with the webservice of the AX @@ -420,9 +451,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.