public static String getTablestoreEndpoint()

in tablestore-java-mcp-server/src/main/java/com/alicloud/openservices/tablestore/sample/config/EnvironmentSettings.java [13:15]


    public static String getTablestoreEndpoint() {
        return envSafe("TABLESTORE_ENDPOINT");
    }