SaFi Bank Space : Dev environment - TM CLU Configuration

To deploy a personal loan from the inception library, update config.json and go to the lib directory inside the inception library and run the following command.

PYTHONPATH=. python3 tools/deployment_utils/deployment_utils.py import --manifest library/loan_manifest.yaml --target_environment dev_environment

The common/test_utils/endtoend/config.json content:

{
    "default_environment": "dev_environment",
    "environments" : {
        "dev_environment" : {
            "basic_auth_username": "someuser",
            "basic_auth_password": "NewTopSecret24",
            "ops_dash_url": "https://ops.tm3.sandbox.safibank.online",
            "core_api_url": "https://core-api.tm3.sandbox.safibank.online",
            "data_loader_api_url": "https://data-loader-api.tm3.sandbox.safibank.online",
            "products_api_url": "https://products-api.tm3.sandbox.safibank.online",
            "workflow_api_url": "https://workflows-api.tm3.sandbox.safibank.online",
            "kafka": {
                "broker_url": "kafka-0.kafka.tm3.sandbox.safibank.online"
            },
            "service_account_name": "clu-deployment",
            "service_account_id": "clu-deployment",
            "access_token": "A0003482933078711658235!mnOJyXj6mqZN/oATvf6eCkKk1ybY7Y/dtkG1ADDEi5l9JhxDtKe/hGJc0zgiQhAwZ4lcpuWmgQCen/LjuCGod+1l4BM="

        }
    }
}