Skip to content
Snippets Groups Projects
config.ini.default 425 B
Newer Older
[global]
timeZone = Europe/Paris
locale = fr_FR.UTF-8

; SMTP
; mail.transport.smtp.host =

; Used by global http client
proxy.host = 
proxy.port = 
proxy.user = 
proxy.pass =

; SGBD
sgbd.adapter = mysqli
sgbd.config.host = localhost
sgbd.config.port = 3306
sgbd.config.username =
sgbd.config.password = 
sgbd.config.dbname =

; Advanced
amber.deploy = 0
experimental_dev = true

[local : global]				

[production : global]