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