Hello??I want to change the default port number (originally 21000) to 8001, but I can't access it after startup. What should I do??My modifications include:
1. vim atlas_config.py DEFAULT_ATLAS_HTTP_PORT="8001" 2. vi atlas-application.properties atlas.server.http.port=8001 atlas.rest.address=http://localhost:8001 atlas.server.address.id1=localhost:8001 How to solve it??
