ogboot/etc/php-vars.php.tmpl

6 lines
180 B
Cheetah

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