Skip to content
Snippets Groups Projects
Commit d18647b7 authored by Werner Dijkerman's avatar Werner Dijkerman
Browse files

Minor documentation fix

parent 688f76be
No related branches found
No related tags found
No related merge requests found
......@@ -160,10 +160,10 @@ There are some zabbix-server specific variables which will be used for the zabbi
```bash
#database_type: mysql
#database_type_long: mysql
database_type: pgsql
database_type_long: postgresql
zabbix_server_database: pgsql
zabbix_server_database_long: postgresql
[...]
server_dbport: 5432
zabbix_server_dbport: 5432
```
There are 2 database_types which will be supported: mysql and postgresql. You'll need to comment or uncomment the database you would like to use and adjust the port number (`server_dbport`) accordingly (`5432` is the default postgresql port). In example from above, the postgresql database is used. If you want to use mysql, uncomment the 2 lines from mysql and comment the 2 lines for postgresql and change the database port to the mysql one (default mysql port is `3306`).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment