change code token

This commit is contained in:
Max 2021-09-08 20:50:23 +08:00
parent 6cd7d19290
commit 243bd9fee4
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ env:
# CODECOV TOKEN
# https://app.codecov.io/gh/YaoApp/xiang/settings
- CODECOV_TOKEN='4b4d73e7-65b3-4d04-9353-11d71f38d904'
- CODECOV_TOKEN="0e0438c9-b1fc-4bc7-816f-8cf761a3337f"
# 象传服务配置
- XIANG_MODE=debug

View file

@ -81,7 +81,7 @@ func NewConfig() Config {
err := godotenv.Load(filename)
if err != nil {
log.Fatalf("读取环境配置文件%s出错 %s\n", filename, err.Error())
log.Printf("读取环境配置文件%s出错 %s\n", filename, err.Error())
}
cfg := Config{}