apicurio-migration-tool/src/main/resources/apicurio-migrator.properties
2025-10-21 14:54:06 +02:00

25 lines
1.1 KiB
Properties

# Source WSO2 API Manager v3.2.0
SOURCE_REGISTRATION_API_URL = https://localhost:9443/client-registration/v0.17/register
SOURCE_PUBLISHER_API_URL = https://localhost:9443/api/am/publisher
SOURCE_DEVPORTAL_API_URL = https://localhost:9443/api/am/store
SOURCE_PUBLISHER_TOKEN_URL = https://localhost:9443/oauth2/token
SOURCE_WSO2_USER = YWRtaW46YWRtaW4=
# Target WSO2 API Manager v4.5.0
TARGET_REGISTRATION_API_URL = https://localhost:9443/client-registration/v0.17/register
TARGET_PUBLISHER_API_URL = https://localhost:9443/api/am/publisher/v4/apis/import
TARGET_DEVPORTAL_API_URL = https://localhost:9443/api/am/devportal
TARGET_PUBLISHER_TOKEN_URL = https://localhost:9443/oauth2/token
TARGET_WSO2_USER = YWRtaW46YWRtaW4=
TRUSTSTORE_PATH = client-truststore.jks
TRUSTSTORE_PASSWORD = wso2carbon
PUBLISHER_URL_PATTERN = https://api-developers.dev.koop.appl.services/publisher/apis/{API_ID}/overview
DEVPORTAL_URL_PATTERN = https://api-developers.dev.koop.appl.services/devportal/apis/{API_ID}/overview
#APICURIO_API_URL = http://10.0.0.190:8080/apis/registry/v2
APICURIO_API_URL = http://apicurio:8095/apis/registry/v2
DEFAULT_API_GROUP = api
MAX_THREADS = 1