mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
12 lines
363 B
XML
12 lines
363 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<template_config>
|
|
<!-- Run "%%OSSEC_HOME%%/bin/ossec-control enable database" to enable ossec-dbd. -->
|
|
<database_output>
|
|
<hostname>localhost</hostname>
|
|
<username>ossec</username>
|
|
<password>secret</password>
|
|
<database>ossec</database>
|
|
<type>%%DB_TYPE%%</type>
|
|
</database_output>
|
|
|
|
</template_config>
|