|
|
aaf490456c
|
internal/config: adding --log-file-timestamp flag.
|
2024-02-22 22:35:44 +01:00 |
|
|
|
7f1f186aa0
|
nternal/config/cli.go: move overrideCliFlags() to cmd/thalos/server.go as its pretty specific code.
|
2024-02-18 18:00:26 +01:00 |
|
|
|
69a36e016c
|
internal/config: skip creating a Config struct with default values. those should be set by flags or viper in the builder
|
2024-02-18 16:11:32 +01:00 |
|
|
|
e54a4fa929
|
internal/config: remove shorthand ship config (where it is possible to have "ship" key only contain a url string instead of struct)
It makes parsing harder and i don't think anyone uses it and its not that useful tbh.
|
2024-02-18 16:08:18 +01:00 |
|
|
|
2db0a64bd4
|
internal/config: add additional flags for config fields.
|
2024-02-18 15:45:10 +01:00 |
|
|
|
117f1b50b4
|
internal/config/builder.go: bind start-block, end-block flags to config
|
2024-02-18 11:39:32 +01:00 |
|
|
|
7033240000
|
internal/config/cli.go: Rename Config.ReadCliFlags to ovverideCliFlags and make it a function instead of method.
|
2024-02-18 11:39:32 +01:00 |
|
|
|
0d1bec6a62
|
Adding internal/config/builder.go
|
2024-02-18 11:39:32 +01:00 |
|