1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-15 05:11:01 +00:00

增加入门文档和删除打开默认文档出错日志

This commit is contained in:
xiemengjun
2012-12-16 00:06:18 +08:00
parent 902acbb896
commit 7526b9df6e
2 changed files with 35 additions and 2 deletions

View File

@ -28,7 +28,7 @@ func init() {
var err error
AppConfig, err = LoadConfig(path.Join(AppPath, "conf", "app.conf"))
if err != nil {
Trace("open Config err:", err)
//Trace("open Config err:", err)
HttpAddr = ""
HttpPort = 8080
AppName = "beego"