ae906eed by marswj

Update Quickstart.md

1 parent 07ce3fb8
...@@ -101,11 +101,11 @@ ...@@ -101,11 +101,11 @@
101 101
102 我们可以通过如下的方式改变我们的模式: 102 我们可以通过如下的方式改变我们的模式:
103 103
104 beego.RunMode = "pro" 104 beego.RunMode = "prod"
105 105
106 或者我们在conf/app.conf下面设置如下: 106 或者我们在conf/app.conf下面设置如下:
107 107
108 runmode = pro 108 runmode = prod
109 109
110 以上两种效果一样。 110 以上两种效果一样。
111 111
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!