forked from p93542168/wheat-cache
commit
c36659da26
|
@ -9,7 +9,7 @@ import (
|
||||||
|
|
||||||
func TestConf(t *testing.T) {
|
func TestConf(t *testing.T) {
|
||||||
// 外部导入 conf.yaml 需要导入 conf 包
|
// 外部导入 conf.yaml 需要导入 conf 包
|
||||||
|
// 每次迁移文件时, 使用 sudo make init-conf来将yam文件迁移到指定的文件夹下
|
||||||
// get 使用, 读取 public_conf 配置文件
|
// get 使用, 读取 public_conf 配置文件
|
||||||
h := viper.Get("storage.host")
|
h := viper.Get("storage.host")
|
||||||
require.Equal(t, h, "127.0.0.1")
|
require.Equal(t, h, "127.0.0.1")
|
||||||
|
|
Loading…
Reference in New Issue