webCOMAND

routes.php Configuration

This configuration file, if it exists, was automatically created by webCOMAND based on Route Settings defined in the repository.  This file is created to more efficiently load the Route Settings and eliminate the need to connect to the repository to route requests.

<?php
/**
 * This file was automatically generated on 2017-03-14 14:34:18.
 * Any edits made to this file may be overwritten without warning!
 */
$config = [
    'Global' => [
        'Aliases' => [
            'repo' => [
                'Package' => 'io_comand_repo',
                'Version' => ''
            ],
            'package' => [
                'Package' => 'io_comand_package',
                'Version' => ''
            ],
            'ws' => [
                'Package' => 'io_comand_webservice',
                'Version' => ''
            ]
        ]
    ],
    'CLI' => [
        'Aliases' => []
    ],
    'TrustedHostsOnly' => FALSE,
    'Web' => []
];