add favicon.ico
This commit is contained in:
@@ -70,9 +70,9 @@ func SetUp() {
|
|||||||
|
|
||||||
func SetUp1() {
|
func SetUp1() {
|
||||||
// 设置配置文件的名称(不包括扩展名)
|
// 设置配置文件的名称(不包括扩展名)
|
||||||
viper.SetConfigName("config")
|
viper.SetConfigName("config.yml")
|
||||||
// 设置配置文件所在的目录
|
// 设置配置文件所在的目录
|
||||||
viper.AddConfigPath(".")
|
viper.AddConfigPath("./conf")
|
||||||
// 设置配置文件的类型为YAML
|
// 设置配置文件的类型为YAML
|
||||||
viper.SetConfigType("yaml")
|
viper.SetConfigType("yaml")
|
||||||
|
|
||||||
|
|||||||
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user