diff --git a/docs/dev/conf.ini b/docs/dev/conf.ini index 0044ba3..f8bcd4b 100644 --- a/docs/dev/conf.ini +++ b/docs/dev/conf.ini @@ -1,5 +1,5 @@ [system] -Domain = "fiee" +Domain = "app" AppMode = "dev" HttpPort = ":8085" Host = "https://common.szjixun.cn" diff --git a/docs/prod/conf.ini b/docs/prod/conf.ini index 0a9e81d..b0d6831 100644 --- a/docs/prod/conf.ini +++ b/docs/prod/conf.ini @@ -1,5 +1,5 @@ [system] -Domain = "artistinfo" +Domain = "app" AppMode = "prod" HttpPort = ":8085" Host = "https://common.szjixun.cn" diff --git a/docs/test/conf.ini b/docs/test/conf.ini index 70217d4..58826b7 100644 --- a/docs/test/conf.ini +++ b/docs/test/conf.ini @@ -1,5 +1,5 @@ [system] -Domain = "fiee" +Domain = "app" AppMode = "test" HttpPort = ":8085" Host = "https://common.szjixun.cn"