Listen on localhost in release mode
This commit is contained in:
2
CONFIG.h
2
CONFIG.h
@ -4,7 +4,7 @@
|
|||||||
#if MY_DEBUG
|
#if MY_DEBUG
|
||||||
# define CONFIG_LISTEN_URL "http://localhost:8080"
|
# define CONFIG_LISTEN_URL "http://localhost:8080"
|
||||||
#else
|
#else
|
||||||
# define CONFIG_LISTEN_URL "http://0.0.0.0:5000"
|
# define CONFIG_LISTEN_URL "http://localhost:5000"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // CONFIG_H_
|
#endif // CONFIG_H_
|
||||||
|
Reference in New Issue
Block a user