Skip to content
Snippets Groups Projects
constants.json 374 B
Newer Older
Matevz Erzen's avatar
Matevz Erzen committed
{
    "wazuh": {
        "ip": "192.168.33.10",
        "port": 55000,
        "username": "wazuh-wui",
        "password": "wazuh-wui"
    },
    "elastic": {
        "ip": "192.168.33.10",
        "port": 9200,
        "username": "admin",
        "password": "changeme"
    },
    "redis": {
        "ip": "localhost",
        "port": 6379,
        "queue": "low"
    }
}