mirror of
https://github.com/ilyakooo0/sc-build.git
synced 2024-11-23 20:39:24 +03:00
Removed unneeded config field
This commit is contained in:
parent
08b0dd20f4
commit
b7444eb432
@ -30,7 +30,6 @@ data Config
|
||||
databseUrl :: !ByteString,
|
||||
baseSiteUrl :: !Text,
|
||||
cfgDockerUrl :: !String,
|
||||
cfgDockerFile :: !FilePath,
|
||||
logSeverity :: !Severity,
|
||||
builderCount :: !Int,
|
||||
githubContext :: !Text
|
||||
@ -67,7 +66,6 @@ defaultConfig =
|
||||
databseUrl = "host=localhost port=5432 dbname=sc-build connect_timeout=10",
|
||||
baseSiteUrl = "http://localhost:8080",
|
||||
cfgDockerUrl = "http://localhost:1234",
|
||||
cfgDockerFile = "TmpDockerfile",
|
||||
logSeverity = Info,
|
||||
builderCount = 2,
|
||||
githubContext = "MY CI NAME"
|
||||
|
Loading…
Reference in New Issue
Block a user