Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
id
auth
Commits
ddba7d73
Commit
ddba7d73
authored
Dec 13, 2017
by
ale
Browse files
Change default config path to /etc/auth-server/config.yml
Make it the same as the package name for clarity.
parent
c856639d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmd/auth-server/main.go
View file @
ddba7d73
...
...
@@ -13,7 +13,7 @@ import (
)
var
(
configPath
=
flag
.
String
(
"config"
,
"/etc/authserver/config.yml"
,
"configuration `file`"
)
configPath
=
flag
.
String
(
"config"
,
"/etc/auth
-
server/config.yml"
,
"configuration `file`"
)
socketPath
=
flag
.
String
(
"socket"
,
"/run/auth/socket"
,
"`path` to the UNIX socket to listen on"
)
systemdSocketActivation
=
flag
.
Bool
(
"systemd-socket"
,
false
,
"use SystemD socket activation"
)
)
...
...
Write
Preview
Supports
Markdown
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