You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config 파일을 읽는 코드와 config 파일의 변경을 인식하는 코드가 init()와 main()으로 구분되어 있고, config 파일의 종류가 많아져서 혼란이 발생할 가능성이 높습니다.
최근 commit에 새롭게 추가된 jwt_auth config로 인해(viper의 기본 객체 v.configName을 덮어쓰는 것으로 추정) cloud_conf.yaml 내용 변경을 인식하지 못하고 있습니다.
read 파트와 watch 파트를 config 파일별로 합치는 등의 방안이 있을 것 같은데, 좋은 의견 부탁드립니다.
config 파일을 읽는 코드와 config 파일의 변경을 인식하는 코드가 init()와 main()으로 구분되어 있고, config 파일의 종류가 많아져서 혼란이 발생할 가능성이 높습니다.
최근 commit에 새롭게 추가된 jwt_auth config로 인해(viper의 기본 객체 v.configName을 덮어쓰는 것으로 추정) cloud_conf.yaml 내용 변경을 인식하지 못하고 있습니다.
read 파트와 watch 파트를 config 파일별로 합치는 등의 방안이 있을 것 같은데, 좋은 의견 부탁드립니다.
cb-tumblebug/src/main.go
Lines 139 to 155 in c1d8afa
cb-tumblebug/src/main.go
Lines 207 to 213 in c1d8afa
cb-tumblebug/src/main.go
Lines 371 to 386 in c1d8afa
The text was updated successfully, but these errors were encountered: