Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1189 → Rev 1190

/trunk/jrest/jrest.ini.php.defaut
1,4 → 1,3
;<?/*
[settings]
; URL de base relative du CEL
baseURL = "/jrest/"
32,42 → 31,23
cheminCelMarkerObsTpl = "/home/telabotap/www/commun/icones/carto/groupe/g%s.png"
 
; Default
[database]
[eflore]
phptype = mysqli
username = root
username =
password =
hostspec = localhost
database = tb_eflore_v1_1_principale
hostspec =
database = tela_prod_eflore_v1_1_principale
 
; Identification
[database_ident]
phptype = mysqli
username = root
password =
hostspec = localhost
database = tb_v4
 
; CEL
[database_cel]
phptype = mysqli
username = root
password =
hostspec = localhost
database = tb_cel
database_migration = tb_cel_migration
 
; Images
[cel_db]
phptype = mysqli
username = root
password =
hostspec = localhost
database = tb_cel
chemin_images = /opt/lampp/htdocs/images_serveur
url_images = http://localhost/images_serveur
[cel]
chemin_images = /opt/lampp/htdocs/Documents/images_serveur
chemin_export = /opt/lampp/htdocs/Documents/export_images
url_images = http://localhost/Documents/images_serveur
url_export = http://localhost/Documents/export_images
taille_max = 2097152
taille_max_archive = 8500000
 
chemin_stockage_temp = /opt/lampp/htdocs/Documents/tmp
chemin_stockage_temp = /home/tmp
 
format_XS = 150_100
format_S = 400_300
87,13 → 67,48
nom_service_geocoding_geonames = postalCodeSearchJSON
nom_service_reverse_geocoding_geonames = findNearbyJSON
 
; Stockage
[database_cel]
phptype = mysqli
username =
password =
hostspec = localhost
database = tb_cel
database_migration = tb_cel_migration
 
; Identification
[database_ident]
phptype = mysql
username = aurelien
password = Canard
hostspec = localhost
database = tela_prod
annuaire = annuaire_tela
ann_id = U_MAIL
ann_pwd = U_PASSWD
pass_crypt_funct = md5
 
; COEL
[coel]
phptype = mysql
username =
password =
hostspec = localhost
database = tb_coel
aideBaseUrlTpl = "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki="
urlEfloreMaj = "http://localhost/eflore_bp/services/collection/"
guid = "urn:lsid:tela-botanica.org:%s:%s"
urlAnnuaire = "http://www.tela-botanica.org/client/eflore_chatin/services/annuaire_tela"
loginAnnuaire =
mdpAnnuaire =
 
; LOGS
[log]
cheminlog = "/Logs/"
cheminlog = "/home/Logs/"
timezone = "Europe/Paris"
taillemax = 100000
 
;ADMIN
; ADMIN
[jrest_admin]
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
;*/?>