release port 5000

This commit is contained in:
kamkow1
2025-06-25 00:51:05 +02:00
parent cb6ec2caa0
commit 7d911d73fa

View File

@ -4,7 +4,7 @@
#if MY_DEBUG
# define CONFIG_LISTEN_URL "http://localhost:8080"
#else
# define CONFIG_LISTEN_URL "http://0.0.0.0:80"
# define CONFIG_LISTEN_URL "http://0.0.0.0:5000"
#endif
#endif // CONFIG_H_