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
5a993f4d
Commit
5a993f4d
authored
Dec 13, 2018
by
Sietse Ringers
Browse files
Switch config file name to irmaserver
parent
a9f23e20
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/irmaserver/cmd/main.go
View file @
5a993f4d
...
...
@@ -78,7 +78,7 @@ func setFlags(cmd *cobra.Command) error {
viper
.
AutomaticEnv
()
// Configuration file
viper
.
SetConfigName
(
"
config
"
)
viper
.
SetConfigName
(
"
irmaserver
"
)
viper
.
AddConfigPath
(
"."
)
viper
.
AddConfigPath
(
"/etc/irmaserver/"
)
viper
.
AddConfigPath
(
"$HOME/.irmaserver"
)
...
...
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