diff --git a/CONFIG.h b/CONFIG.h index 730a559..561de67 100644 --- a/CONFIG.h +++ b/CONFIG.h @@ -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_