PHP Classes

File: web/SSO/modules/consentSimpleAdmin/config-templates/module_consentSimpleAdmin.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/consentSimpleAdmin/config-templates/module_consentSimpleAdmin.php   Download  
File: web/SSO/modules/consentSimpleAdmin/config-templates/module_consentSimpleAdmin.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 263 bytes
 

Contents

Class file image Download
<?php


$config
= array(

   
'store' => array(
       
'consent:Database',
       
'dsn' => 'pgsql:host=sql.uninett.no;dbname=andreas_consent',
       
'username' => 'simplesaml',
       
'password' => 'xxxx',
    ),

   
'auth' => 'example-static',
   
'userid' => 'eduPersonPrincipalName',

);