Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
d87b5c9b
Commit
d87b5c9b
authored
Aug 31, 2015
by
bobbyrullo
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #102 from bobbyrullo/we_are_your_overlords
cmd/dex-overlord: bind admin API on 127.0.0.1
parents
40a0a63a
9b64ecb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.go
cmd/dex-overlord/main.go
+1
-1
No files found.
cmd/dex-overlord/main.go
View file @
d87b5c9b
...
...
@@ -39,7 +39,7 @@ func main() {
keyPeriod
:=
fs
.
Duration
(
"key-period"
,
24
*
time
.
Hour
,
"length of time for-which a given key will be valid"
)
gcInterval
:=
fs
.
Duration
(
"gc-interval"
,
time
.
Hour
,
"length of time between garbage collection runs"
)
adminListen
:=
fs
.
String
(
"admin-listen"
,
"http://
0.0.0.0
:5557"
,
"scheme, host and port for listening for administrative operation requests "
)
adminListen
:=
fs
.
String
(
"admin-listen"
,
"http://
127.0.0.1
:5557"
,
"scheme, host and port for listening for administrative operation requests "
)
localConnectorID
:=
fs
.
String
(
"local-connector"
,
"local"
,
"ID of the local connector"
)
logDebug
:=
fs
.
Bool
(
"log-debug"
,
false
,
"log debug-level information"
)
...
...
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