Update Quickstart.md
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -97,11 +97,11 @@ It generates folders and files for your project, directory structure as follows: | ... | @@ -97,11 +97,11 @@ It generates folders and files for your project, directory structure as follows: |
| 97 | 97 | ||
| 98 | Beego uses development mode as default, you can use following code to change mode in your application: | 98 | Beego uses development mode as default, you can use following code to change mode in your application: |
| 99 | 99 | ||
| 100 | beego.RunMode = "pro" | 100 | beego.RunMode = "prod" |
| 101 | 101 | ||
| 102 | Or use configuration file in `conf/app.conf`, and input following content: | 102 | Or use configuration file in `conf/app.conf`, and input following content: |
| 103 | 103 | ||
| 104 | runmode = pro | 104 | runmode = prod |
| 105 | 105 | ||
| 106 | No differences between two ways. | 106 | No differences between two ways. |
| 107 | 107 | ... | ... |
-
Please register or sign in to post a comment