<?xml version="1.0" encoding="ISO-8859-1"?>
<gateway compatibility="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.itrsgroup.com/GA6.9.0-240628/gateway.xsd">
    <obcervConnection>
        <mode>
            <connection>
                <publishing>
                    <serviceAddress>https://localhost:7200</serviceAddress>
                    <credentials>
                        <username>ingestion-api</username>
                        <password>
                            <stdAES>password-id-1</stdAES>
                        </password>
                    </credentials>
                </publishing>
                <verifyServerCertificate>true</verifyServerCertificate>
                <rootCertificates>
                    <pemFile>proxy.crt</pemFile>
                </rootCertificates>
            </connection>
        </mode>
    </obcervConnection>
</gateway>
