Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
aecbf41d
Commit
aecbf41d
authored
Dec 01, 2018
by
Christophe Maudoux
🐛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conf reloadUrls warning
parent
185b3114
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
_example/conf/lmConf-1.json
_example/conf/lmConf-1.json
+3
-0
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
+3
-3
No files found.
_example/conf/lmConf-1.json
View file @
aecbf41d
...
@@ -156,6 +156,9 @@
...
@@ -156,6 +156,9 @@
"portalSkinBackground"
:
"1280px-Cedar_Breaks_National_Monument_partially.jpg"
,
"portalSkinBackground"
:
"1280px-Cedar_Breaks_National_Monument_partially.jpg"
,
"registerDB"
:
"Demo"
,
"registerDB"
:
"Demo"
,
"registerUrl"
:
"http://auth.__DNSDOMAIN__/register"
,
"registerUrl"
:
"http://auth.__DNSDOMAIN__/register"
,
"reloadUrls"
:
{
"localhost"
:
"http://reload.__DNSDOMAIN__/reload"
},
"securedCookie"
:
0
,
"securedCookie"
:
0
,
"sessionDataToRemember"
:
{},
"sessionDataToRemember"
:
{},
"timeout"
:
72000
,
"timeout"
:
72000
,
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
View file @
aecbf41d
...
@@ -128,9 +128,9 @@ sub zeroConf {
...
@@ -128,9 +128,9 @@ sub zeroConf {
'
Directory
'
=>
$persistentSessionDir
,
'
Directory
'
=>
$persistentSessionDir
,
'
LockDirectory
'
=>
"
$persistentSessionDir
/lock
"
'
LockDirectory
'
=>
"
$persistentSessionDir
/lock
"
},
},
#
'reloadUrls' => {
'
reloadUrls
'
=>
{
#
"localhost" => "http://reload.$domain/reload"
"
localhost
"
=>
"
http://reload.
$domain
/reload
"
#
},
},
'
sessionDataToRemember
'
=>
{},
'
sessionDataToRemember
'
=>
{},
'
notification
'
=>
1
,
'
notification
'
=>
1
,
'
groups
'
=>
{},
'
groups
'
=>
{},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment