Listen on localhost in release mode

This commit is contained in:
kamkow1
2025-06-25 01:15:32 +02:00
parent 7d911d73fa
commit 06574d86c9

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:5000"
# define CONFIG_LISTEN_URL "http://localhost:5000"
#endif
#endif // CONFIG_H_