summaryrefslogtreecommitdiff
path: root/config.h.in
blob: a622aad4fb8973e8e967a9e6c24ca7e9fcd40559 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#define CLIENT_ID "my-client-id"
#define HOST "localhost"
#define PORT 1883
#define USERNAME "user"
#define PASSWORD "password"
#define TOPIC "topic"
#define KEEPALIVE 10
#define WAIT_UNTIL_RECONNECT 10