Commit 37988926 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: define database location

parent 62926098
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ $IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;

// database - general
$DB['TYPE']			= 'MYSQL';
$DB['SERVER']	  = 'localhost';
$DB['PORT']			= '0';
$DB['SERVER']	  = '127.0.0.1';
$DB['PORT']			= '3306';
$DB['DATABASE']	= '{{ zabbix_server_db_name }}';
$DB['USER']			= '{{ zabbix_server_db_user }}';
$DB['PASSWORD']	= '{{ zabbix_server_db_pass }}';