MXS-1220: Change default port to 8989

Port 8080 is commonly used as the alternative HTTP port. According to
Wikipedia, port 8989 isn't used by any well-known protocol:

    https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
This commit is contained in:
Markus Mäkelä 2017-04-21 07:57:46 +03:00 committed by Markus Mäkelä
parent 99f25b1c31
commit ac7ec04af1

View File

@ -27,7 +27,7 @@
MXS_BEGIN_DECLS
/** Default port where the REST API listens */
#define DEFAULT_ADMIN_HTTP_PORT 8080
#define DEFAULT_ADMIN_HTTP_PORT 8989
#define _RELEASE_STR_LENGTH 256 /**< release len */
#define MAX_ADMIN_USER_LEN 1024