commit 6bb5302
uint
·
2026-01-26 17:56:38 +0000 UTC
parent 9aedfa4
change default port
1 files changed,
+2,
-2
+2,
-2
1@@ -4,8 +4,8 @@
2 #include <stdbool.h>
3
4 static const char* media_dir = "/path/to/media";
5-static const char* server_addr = "127.0.0.1";
6-static const int server_port = 3579;
7+static const char* server_addr = "0.0.0.0";
8+static const int server_port = 8088;
9 static const bool verbose_log = true;
10
11 enum {