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