Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张磊
/
FileStorageBeego
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
29b1c8e1
authored
2013-07-27 20:33:00 -0700
by
astaxie
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #111 from marswj/master
统一文档和代码中RunMode
2 parents
1d7d6c6f
ae906eed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
docs/en/Quickstart.md
docs/zh/Quickstart.md
docs/en/Quickstart.md
View file @
29b1c8e
...
...
@@ -97,11 +97,11 @@ It generates folders and files for your project, directory structure as follows:
Beego uses development mode as default, you can use following code to change mode in your application:
beego.RunMode = "pro"
beego.RunMode = "pro
d
"
Or use configuration file in
`conf/app.conf`
, and input following content:
runmode = pro
runmode = pro
d
No differences between two ways.
...
...
docs/zh/Quickstart.md
View file @
29b1c8e
...
...
@@ -101,11 +101,11 @@
我们可以通过如下的方式改变我们的模式:
beego.RunMode = "pro"
beego.RunMode = "pro
d
"
或者我们在conf/app.conf下面设置如下:
runmode = pro
runmode = pro
d
以上两种效果一样。
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment