mirror of https://github.com/Icinga/icinga2.git
docs: add ido_mysql table_prefix to tutorial
This commit is contained in:
parent
17473a67c3
commit
d88a1e5942
|
@ -732,6 +732,7 @@ local object MysqlDbConnection "ido-mysql" {
|
|||
user = "icinga",
|
||||
password = "icinga",
|
||||
database = "icinga",
|
||||
table_prefix = "icinga_",
|
||||
instance_name = "icinga2",
|
||||
instance_description = "icinga2 instance"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue