Joel Grunbaum
2022-01-12 611ad7b12fcc6b34229316099ae66bccbcf24ad9
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
 
#include <string>
 
constexpr const char* HOST = "sytev070";
#ifdef TEST_EXCHANGE
constexpr const char* PORT = "9005";
#else
constexpr const char* PORT = "9000";
#endif
 
constexpr const char* USER = "jgrunbau";
constexpr const char* PASS = "b7d630945a0854581d9f86ba147f34a5";