This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
spip-saml/inc/simplesamlphp/config-templates/translation.php

17 lines
277 B
PHP

<?php
/*
* Configuration
*
*/
$config = array (
'application' => 'simplesamlphp',
'baseurl' => 'https://translation.rnd.feide.no/simplesaml',
'key' => '_e7224d54cda84434e25ef087e5c22c1fa5f6ae87cc',
'secret' => '_0e29f782d295bc9782112981f654f1db58174d19d7',
);
?>