Joel Grunbaum
2022-01-10 6bdd28a09c589cf631fce948476d48e9375f72a0
secrets.hpp
@@ -4,12 +4,12 @@
#define TEST
constexpr const char* HOST="sytev070";
constexpr const char* HOST = "sytev070";
#ifdef TEST
constexpr const char* PORT="9005";
constexpr const char* PORT = "9005";
#else
constexpr const char* PORT="9000";
constexpr const char* PORT = "9000";
#endif
constexpr const char* USER="jgrunbau";
constexpr const char* PASS="b7d630945a0854581d9f86ba147f34a5";
constexpr const char* USER = "jgrunbau";
constexpr const char* PASS = "b7d630945a0854581d9f86ba147f34a5";