Skip to content
Snippets Groups Projects
Commit f508da14 authored by Ri Xu's avatar Ri Xu
Browse files

Update default config file.

parent bdee87c3
No related branches found
Tags 1.7
No related merge requests found
servers = []
listen = "127.0.0.1:3000"
version = 1.6
version = 1.7
[openpage]
enabled = true
[auth]
enabled = false
......
......@@ -252,11 +252,7 @@ func TestCurrentTubeJobsActionsRow(t *testing.T) {
var req *http.Request
var cookie http.Cookie
var client = &http.Client{}
selfDir, err := filepath.Abs(filepath.Dir(os.Args[0]))
if err != nil {
return
}
selfConf := selfDir + string(os.PathSeparator) + `aurora.toml`
selfConf := `.` + string(os.PathSeparator) + `aurora.toml`
os.Remove(selfConf)
createFile(selfConf)
writeFile(selfConf, configFileWithSampleJobs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment