Commit 29b2f9850fb13b4bb11827b6a2eea99e6289473e

Authored by Edmar Moretti
1 parent aeda396c

geração de nova chave para a api do google

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
ms_configura.php
... ... @@ -59,7 +59,7 @@ $tituloInstituicao = "MMA - Ministerio do Meio Ambiente";
59 59 no site do Google para o seu endereço de servidor web. veja como fazer em:
60 60 http://code.google.com/apis/maps/signup.html
61 61 */
62   -$googleApiKey = "ABQIAAAAg9kA9xQlYqK9iBDKaeTpgxSieGwtcPDeiUtRiq7Xa63cyLppcxTVYXnVlPwveOe-sXuXfpBeNpL6pA";
  62 +$googleApiKey = "ABQIAAAAKguAlmd-hSDulF2T_tfWMxT3OAK09d_ZSDyC36iPGlww-4j-9xSrR2ZZUxVeZC01q8anfe5ntl_U4w";
63 63  
64 64 if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN'))
65 65 {
... ... @@ -290,7 +290,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN'))
290 290 }
291 291 else //se for linux
292 292 {
293   - $editores = array("10.1.11.159","10.1.2.51");
  293 + $editores = array("127.0.0.1");
294 294 $dir_tmp = "/var/tmp/ms_tmp";
295 295 $temasdir = "/opt/www/html/i3geo/temas";
296 296 $temasaplic = "/opt/www/html/i3geo/aplicmap";
... ... @@ -302,7 +302,7 @@ else //se for linux
302 302 $R_path = "R";//se vc não instalou o R no seu servidor, tente o endereço $R_path = $locaplic."/pacotes/r/linux/r";
303 303 $postgis_con = "";
304 304 $srid_area = 1;
305   - $postgis_mapa["cnuc"] = "port=5432 dbname=adsi user=cnuc password=cnuc";
  305 + $postgis_mapa = "";
306 306 $menutemas = "";
307 307 $utilizacgi = "nao";
308 308 $atlasxml = "";//"../menutemas/atlas.xml";
... ...