Configuration machine Odea
This commit is contained in:
parent
771dd362be
commit
71011bd775
37
config/Odea/configuration.ini
Normal file
37
config/Odea/configuration.ini
Normal file
@ -0,0 +1,37 @@
|
||||
[server]
|
||||
name = Odea
|
||||
|
||||
[webservice]
|
||||
location = celeste
|
||||
|
||||
[databases]
|
||||
db.adapter=mysqli
|
||||
db.params.host=127.0.0.1
|
||||
db.params.username=ciblage
|
||||
db.params.password=z7jq8AhvrwqQJ4Yb
|
||||
db.params.dbname=ciblage
|
||||
db.params.driver_options.MYSQLI_INIT_COMMAND = "SET NAMES utf8"
|
||||
|
||||
jo.adapter=mysqli
|
||||
jo.params.host=192.168.3.30
|
||||
jo.params.username=ciblage
|
||||
jo.params.password=z7jq8AhvrwqQJ4Yb
|
||||
jo.params.dbname=jo
|
||||
jo.params.persistent = true
|
||||
jo.params.driver_options.MYSQLI_INIT_COMMAND = "SET NAMES utf8"
|
||||
|
||||
[sphinx]
|
||||
host = 127.0.0.1
|
||||
port = 3312
|
||||
|
||||
[mail]
|
||||
method = smtp
|
||||
smpt_port =
|
||||
smtp_host = smtp.celeste.fr
|
||||
support = supportdev@scores-decisions.com
|
||||
supportdev = supportdev@scores-decisions.com
|
||||
contact = supportdev@scores-decisions.com
|
||||
production = supportdev@scores-decisions.com
|
||||
|
||||
[path]
|
||||
data = "/sites/dataciblage"
|
Loading…
Reference in New Issue
Block a user