aboutsummaryrefslogtreecommitdiff
path: root/common/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/config.h.in b/common/config.h.in
index 2f41d8d..9f27b70 100644
--- a/common/config.h.in
+++ b/common/config.h.in
@@ -6,4 +6,12 @@
#define VERSION "@PROJECT_VERSION@"
#define GIT_HASH "@GIT_HASH@"
+#define DEFAULT_WEB_URL "http://localhost:3000/"
+#define DEFAULT_WSS_URL "ws://localhost:3000/websocket"
+
+char config_load(const char *config_file);
+const char * config_get_web_url(void);
+const char * config_get_wss_url(void);
+void config_clean(void);
+
#endif