diff --git a/modules/consent/docs/consent.md b/modules/consent/docs/consent.md index 10c52015a6e16bd6d93c4e13b539b955353d8936..3725020154b351ccfc569a1391374f8b275d9573 100644 --- a/modules/consent/docs/consent.md +++ b/modules/consent/docs/consent.md @@ -103,27 +103,27 @@ and defaults to `consent`. Example config using PostgreSQL database: - 90 => array( - 'class' => 'consent:Consent', - 'store' => array( - 'consent:Database', - 'dsn' => 'pgsql:host=sql.example.org;dbname=consent', - 'username' => 'simplesaml', - 'password' => 'sdfsdf', - ), - ), + 90 => array( + 'class' => 'consent:Consent', + 'store' => array( + 'consent:Database', + 'dsn' => 'pgsql:host=sql.example.org;dbname=consent', + 'username' => 'simplesaml', + 'password' => 'sdfsdf', + ), + ), Example config using MySQL database: - 90 => array( - 'class' => 'consent:Consent', - 'store' => array( - 'consent:Database', + 90 => array( + 'class' => 'consent:Consent', + 'store' => array( + 'consent:Database', 'dsn' => 'mysql:host=db.example.org;dbname=simplesaml', - 'username' => 'simplesaml', - 'password' => 'sdfsdf', - ), - ), + 'username' => 'simplesaml', + 'password' => 'sdfsdf', + ), + ), Options