laniak-core-api

Mule Configuration Image
<?xml version="1.0" encoding="UTF-8"?>

<mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:apikit="http://www.mulesoft.org/schema/mule/mule-apikit" xmlns:db="http://www.mulesoft.org/schema/mule/db" xmlns:doc="http://www.mulesoft.org/schema/mule/documentation" xmlns:http="http://www.mulesoft.org/schema/mule/http" xmlns:mongo="http://www.mulesoft.org/schema/mule/mongo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.mulesoft.org/schema/mule/mule-apikit http://www.mulesoft.org/schema/mule/mule-apikit/current/mule-apikit.xsd http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd http://www.mulesoft.org/schema/mule/http http://www.mulesoft.org/schema/mule/http/current/mule-http.xsd http://www.mulesoft.org/schema/mule/db http://www.mulesoft.org/schema/mule/db/current/mule-db.xsd http://www.mulesoft.org/schema/mule/mongo http://www.mulesoft.org/schema/mule/mongo/current/mule-mongo.xsd">  
    <db:config name="rdbms_master_db_config" doc:name="Database Config" doc:id="3bca79e3-da4e-4e3b-a6bb-5252b5bcf57d"> 
        <db:generic-connection url="jdbc:postgresql://drona.db.elephantsql.com:5432/uuktnljs" driverClassName="org.postgresql.Driver" user="uuktnljs" password="Bd-dHv74TDkC-XcBp5Sp-du4xiomzwo1"/> 
    </db:config>  
    <mongo:config name="MongoDB_Config" doc:name="MongoDB Config" doc:id="d75614b3-01b2-4914-9852-14336ff85d5d"> 
        <mongo:connection-string-connection connectionString="mongodb+srv://ets_admin:adreno%40123@tsstaskcluster.8gnng.mongodb.net/ETMHistoryDatabase?retryWrites=true&amp;w=majority"/> 
    </mongo:config>  
    <http:listener-config name="v2-httpListenerConfig"> 
        <http:listener-connection host="0.0.0.0" port="${PORT}"/> 
    </http:listener-config>  
    <apikit:config name="v2-config" api="resource::46e89148-259e-4ae9-b06b-bde1fcd96d21:v2:1.0.12:raml:zip:v2.raml" outboundHeadersMapName="outboundHeaders" httpStatusVarName="httpStatus"/>  
    <global-property doc:name="Global Property" doc:id="136507a3-1d54-42ee-9b29-ccf88bd4f58b" name="env" value="dev"/>  
    <configuration-properties doc:name="Configuration properties" doc:id="e5e45e5b-53e4-4af4-ba08-178d74708f30" file="configurations/${env}_properties.yaml"/>  
    <http:request-config name="HTTP_Request_configuration" doc:name="HTTP Request configuration" doc:id="5d4a1bf7-21cf-4424-9680-74bf2bade31b"> 
        <http:request-connection protocol="HTTPS" host="www.filestackapi.com"/> 
    </http:request-config>  
    <http:request-config name="HTTP_Request_configuration1" doc:name="HTTP Request configuration" doc:id="dc00285a-8a61-406d-a5b1-8107848a152f"> 
        <http:request-connection protocol="HTTPS" host="upload.uploadcare.com"/> 
    </http:request-config> 
</mule>