Modification adresse IP des machines
This commit is contained in:
parent
d106574910
commit
da2a99d517
@ -16,7 +16,7 @@ resources.view.basePath = APPLICATION_PATH "/views/default"
|
||||
|
||||
; Master Database
|
||||
resources.db.adapter = mysqli
|
||||
resources.db.params.host = 192.168.78.249
|
||||
resources.db.params.host = 172.18.8.5
|
||||
resources.db.params.port = 3306
|
||||
resources.db.params.username = backoffice
|
||||
resources.db.params.password = scores
|
||||
@ -47,7 +47,7 @@ profil.path.shared = "PROJECT_DIR/shared"
|
||||
|
||||
; Metier Database
|
||||
profil.db.metier.adapter = mysqli
|
||||
profil.db.metier.params.host = 192.168.78.249
|
||||
profil.db.metier.params.host = 172.18.8.5
|
||||
profil.db.metier.params.port = 3306
|
||||
profil.db.metier.params.username = backoffice
|
||||
profil.db.metier.params.password = scores
|
||||
@ -56,7 +56,7 @@ profil.db.metier.params.driver_options.MYSQLI_INIT_COMMAND = "SET NAMES utf8"
|
||||
|
||||
; Slave Database
|
||||
profil.db.slave.adapter = mysqli
|
||||
profil.db.slave.params.host = 192.168.78.249
|
||||
profil.db.slave.params.host = 172.18.8.5
|
||||
profil.db.slave.params.port = 3306
|
||||
profil.db.slave.params.username = backoffice
|
||||
profil.db.slave.params.password = scores
|
||||
|
@ -38,7 +38,7 @@ profil.mail.email.production = supportdev@scores-decisions.com
|
||||
profil.path.shared = "PROJECT_DIR/shared"
|
||||
profil.wkhtmltopdf.path = "/usr/local/bin/wkhtmltopdf"
|
||||
profil.db.sdv1.adapter=mysqli
|
||||
profil.db.sdv1.params.host=192.168.78.249
|
||||
profil.db.sdv1.params.host=172.18.8.5
|
||||
profil.db.sdv1.params.port=3307
|
||||
profil.db.sdv1.params.username=extranet
|
||||
profil.db.sdv1.params.password=dMJNQwHER2A8jZFY
|
||||
|
@ -2,7 +2,7 @@
|
||||
$g_crypto_master_salt = 'bEaa+6tsHJlw+ztLcVPoVuv34buREmhVxaQ6oYOlkrQVqdCv9Ng4WAzxbDaCImT7cYZjJYd43Fij8k1e13FrfQ==';
|
||||
|
||||
// --- Database Configuration ---
|
||||
$g_hostname = '192.168.78.249:3307';
|
||||
$g_hostname = '172.18.8.5:3307';
|
||||
$g_db_type = 'mysqli';
|
||||
$g_database_name = 'bugtracker';
|
||||
$g_db_username = 'bugtracker';
|
||||
|
@ -6,7 +6,7 @@
|
||||
// format is db_provider://user:password@host/database
|
||||
// For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
|
||||
// currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql or sqlsrv
|
||||
$config['db_dsnw'] = 'mysql://roundcube:hNL4DVtSVmBKtHEv@192.168.78.249:3307/roundcube';
|
||||
$config['db_dsnw'] = 'mysql://roundcube:hNL4DVtSVmBKtHEv@172.18.8.5:3307/roundcube';
|
||||
|
||||
// Log sent messages to <log_dir>/sendmail or to syslog
|
||||
$config['smtp_log'] = false;
|
||||
|
@ -38,22 +38,22 @@ profil.infogreffe.cache.time = 8
|
||||
profil.infogreffe.storage.path = "PROJECT_DIR/shared/datafile/greffes"
|
||||
|
||||
; Sphinx configuration
|
||||
profil.sphinx.ent.host = "192.168.78.249"
|
||||
profil.sphinx.ent.host = "172.18.8.5"
|
||||
profil.sphinx.ent.port = 9312
|
||||
profil.sphinx.ent.version = 2
|
||||
profil.sphinx.dir.host = "192.168.78.249"
|
||||
profil.sphinx.dir.host = "172.18.8.5"
|
||||
profil.sphinx.dir.port = 9312
|
||||
profil.sphinx.dir.version = 2
|
||||
profil.sphinx.act.host = "192.168.78.249"
|
||||
profil.sphinx.act.host = "172.18.8.5"
|
||||
profil.sphinx.act.port = 9312
|
||||
profil.sphinx.act.version = 2
|
||||
profil.sphinx.histo.host = "192.168.78.249"
|
||||
profil.sphinx.histo.host = "172.18.8.5"
|
||||
profil.sphinx.histo.port = 9312
|
||||
profil.sphinx.histo.version = 2
|
||||
|
||||
; For old configuration - see Configure.php
|
||||
profil.db.metier.adapter=mysqli
|
||||
profil.db.metier.params.host=192.168.78.249
|
||||
profil.db.metier.params.host=172.18.8.5
|
||||
profil.db.metier.params.username=wsuser
|
||||
profil.db.metier.params.password=scores
|
||||
profil.db.metier.params.dbname=sdv1
|
||||
|
Loading…
Reference in New Issue
Block a user