Environment variables
Metadata Editor uses two environment variables:
-
ME_API_PORT
Defines the port for the server that handles requests to the rest API , This can be set to any value between1025
and65536
, with the default being3333
. -
ME_AUTH_PORT
Used during the login process, this can be set to any value between57640
and57649
, with the default being57648
.
Please consult the guide for your operating system to learn how to configure these environment variables.