Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
tools
float-dashboard
Commits
4e7b43f7
Commit
4e7b43f7
authored
Aug 11, 2018
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the default value for --services
parent
1585b736
Pipeline
#1135
passed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dash.go
dash.go
+1
-1
No files found.
dash.go
View file @
4e7b43f7
...
...
@@ -21,7 +21,7 @@ import (
var
(
addr
=
flag
.
String
(
"addr"
,
getenv
(
"ADDR"
,
":3000"
),
"tcp `address` to listen on"
)
configPath
=
flag
.
String
(
"config"
,
getenv
(
"CONFIG"
,
"/etc/float/dashboard.yml"
),
"dashboard config `file`"
)
floatServicesPath
=
flag
.
String
(
"services"
,
getenv
(
"SERVICES"
,
"/etc/float/services.
json
"
),
"float services `file`"
)
floatServicesPath
=
flag
.
String
(
"services"
,
getenv
(
"SERVICES"
,
"/etc/float/services.
yml
"
),
"float services `file`"
)
tpl
*
template
.
Template
config
*
Config
...
...
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