1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00
Commit graph

15 commits

Author SHA1 Message Date
59480533d3 refactor cli to use cobra. 2024-02-17 14:34:27 +01:00
fad70e19b9 app/config/config_test.go: fix parameter order to require.Equal() 2024-02-17 14:33:30 +01:00
4a5cff20cd app/config: Adding description to methods. 2024-02-12 15:13:09 +01:00
49faaf5325 Adding app/config/cli.go 2024-02-12 15:09:17 +01:00
57cc55b601 app/config/config.go: refactor yaml and file methods into their own files. 2024-02-12 15:08:19 +01:00
e5e15a7645 app/config/config.go: rework api. 2024-02-11 14:29:01 +01:00
cc7ea62487 app/config/config.go: use os.ReadFile instead of ioutil. 2023-10-12 20:51:00 +02:00
b04a03ae87 app/config/config.go: Remove CacheID from RedisConfig 2023-07-13 07:13:19 +02:00
500cddc082 app/config/config.go: Adding User field to RedisConfig 2023-07-13 06:57:41 +02:00
e0f7e3b4e9 app/config/config.go: Adding ShipConfig.Chain 2023-05-15 15:28:38 +02:00
e3db1cf5b3 app/config/config_test.go: tests broke because of LogConfig 2023-05-03 15:08:00 +02:00
de266da33c app/config/config.go: add logging config 2023-05-03 13:15:16 +02:00
e4c852c99e app/config/config.go: Move from json format to yaml. 2023-04-24 17:45:31 +02:00
b5eb602e7d app/config/config.go: Adding MessageCodec field. 2023-04-24 16:02:58 +02:00
c774cbf3ca move config directory to app/config 2023-04-20 16:45:47 +02:00