ogboot/etc/php-vars.php

6 lines
171 B
PHP

<?php
// hostname: Common Name of the ogAdmSrv certificate
// port: the port stunnel4 is listening on
define('OG_REST_URL', 'https://ogAdmSrv.opengnsys.local:48888/');
?>