Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
d0e64d0e
Commit
d0e64d0e
authored
Feb 14, 2019
by
Sietse Ringers
Browse files
Disable scheme autoupdating in irma session command
parent
29ec24a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
irma/cmd/session.go
View file @
d0e64d0e
...
...
@@ -177,9 +177,10 @@ func configureServer(port int, privatekeysPath string, irmaconfig *irma.Configur
return
err
}
config
:=
&
server
.
Configuration
{
IrmaConfiguration
:
irmaconfig
,
Logger
:
logger
,
URL
:
"http://"
+
ip
+
":"
+
strconv
.
Itoa
(
port
),
IrmaConfiguration
:
irmaconfig
,
Logger
:
logger
,
URL
:
"http://"
+
ip
+
":"
+
strconv
.
Itoa
(
port
),
DisableSchemesUpdate
:
true
,
}
if
privatekeysPath
!=
""
{
config
.
IssuerPrivateKeysPath
=
privatekeysPath
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment