Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-proxystatistics
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-proxystatistics
Commits
86490df8
Unverified
Commit
86490df8
authored
5 years ago
by
Pavel Vyskočil
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #37 from melanger/melanger-patch-1
phpdoc in config template
parents
c758b69a
a9bdee6f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config-templates/module_statisticsproxy.php
+8
-8
8 additions, 8 deletions
config-templates/module_statisticsproxy.php
with
8 additions
and
8 deletions
config-templates/module_statisticsproxy.php
+
8
−
8
View file @
86490df8
<?php
/**
* This is example configuration of SimpleSAMLphp Perun interface and additional features.
* This is
an
example configuration of SimpleSAMLphp Perun interface and additional features.
* Copy this file to default config directory and edit the properties.
*
* @author Pavel Vyskočil <vyskocilpavel@muni.cz>
...
...
@@ -9,7 +9,7 @@
$config
=
[
/*
* Choose one f
rom
the following modes: PROXY, IDP, SP
* Choose one
o
f the following modes: PROXY, IDP, SP
*/
'mode'
=>
''
,
...
...
@@ -38,7 +38,7 @@ $config = [
'spName'
=>
''
,
/*
*
Fill c
onfig for SimpleSAML\Database.
*
C
onfig for SimpleSAML\Database.
* If not set, the global config is used.
* @see SimpleSAML\Database
*/
...
...
@@ -49,7 +49,7 @@ $config = [
/**
* Configuration for SSL
* If you want to use SSL
you must
fill
ed
th
is
value and uncomment block of code
* If you want to use SSL
,
fill th
ese
value
s
and uncomment
the
block of code
*/
/*
'database.driver_options' => [
...
...
@@ -78,23 +78,23 @@ $config = [
'userIdAttribute'
=>
'uid'
,
/*
*
Fill the t
able name for statistics
*
T
able name for statistics
*/
'statisticsTableName'
=>
'statisticsTableName'
,
/*
*
Fill the t
able name for detailed statistics
*
T
able name for detailed statistics
* @default
*/
'detailedStatisticsTableName'
=>
'statistics_detail'
,
/*
*
Fill the t
able name for identityProvidersMap
*
T
able name for identityProvidersMap
*/
'identityProvidersMapTableName'
=>
'identityProvidersMap'
,
/*
*
Fill the t
able name for serviceProviders
*
T
able name for serviceProviders
*/
'serviceProvidersMapTableName'
=>
'serviceProvidersMap'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment