This commit is contained in:
astaxie
2013-08-22 13:46:22 +08:00
parent f2b4c29f83
commit dee542df42
2 changed files with 8 additions and 8 deletions

View File

@@ -6,12 +6,12 @@ import (
)
var yamlcontext = `
"appname": "beeapi",
"httpport": 8080,
"mysqlport": 3600,
"PI": 3.1415976,
"runmode": "dev",
"autorender": false,
"appname": beeapi
"httpport": 8080
"mysqlport": 3600
"PI": 3.1415976
"runmode": dev
"autorender": false
"copyrequestbody": true
`