This repository has been archived on 2018-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
BBB-Simple-ACS/server/src/Init/config.php

13 lines
210 B
PHP

<?php
namespace acs;
use Acast\Http\Config;
function init_config() {
Config::setArray([
'TWT_SSO_ID' => 13,
'TWT_SSO_KEY' => 'mBA0G56tzc1L2DbY2oXV',
'EXPIRY_TIME' => 300
]);
}