secrets.hpp
@@ -1,13 +1,11 @@ #pragma once #include <string> constexpr const char* HOST = "sytev070"; #define HOST "sytev070" #ifdef TEST_EXCHANGE constexpr const char* PORT = "9005"; #define PORT "9005" #else constexpr const char* PORT = "9000"; #define PORT "9000" #endif constexpr const char* USER = "jgrunbau"; constexpr const char* PASS = "b7d630945a0854581d9f86ba147f34a5"; #define USER "jgrunbau" #define PASS "b7d630945a0854581d9f86ba147f34a5"