egg-boilerplate-simple
Advanced tools
Comparing version 2.8.1 to 2.8.2
@@ -7,4 +7,4 @@ { | ||
"dependencies": { | ||
"egg": "^1.7.0", | ||
"egg-scripts": "^1.1.1" | ||
"egg": "^1.8.0", | ||
"egg-scripts": "^1.2.0" | ||
}, | ||
@@ -14,6 +14,6 @@ "devDependencies": { | ||
"autod-egg": "^1.0.0", | ||
"egg-bin": "^4.2.0", | ||
"egg-bin": "^4.3.0", | ||
"egg-ci": "^1.8.0", | ||
"egg-mock": "^3.10.0", | ||
"eslint": "^4.5.0", | ||
"egg-mock": "^3.12.0", | ||
"eslint": "^4.7.0", | ||
"eslint-config-egg": "^5.1.0", | ||
@@ -20,0 +20,0 @@ "webstorm-disable-index": "^1.2.0" |
'use strict'; | ||
module.exports = appInfo => { | ||
const config = {}; | ||
const config = exports = {}; | ||
// should change to your own | ||
// use for cookie sign key, should change to your own and keep security | ||
config.keys = appInfo.name + '_{{keys}}'; | ||
// add your config here | ||
config.middleware = []; | ||
return config; | ||
}; |
@@ -16,3 +16,3 @@ # {{name}} | ||
$ npm run dev | ||
$ open http://localhost:7001/news | ||
$ open http://localhost:7001/ | ||
``` | ||
@@ -19,0 +19,0 @@ |
@@ -16,3 +16,3 @@ # {{name}} | ||
$ npm run dev | ||
$ open http://localhost:7001/news | ||
$ open http://localhost:7001/ | ||
``` | ||
@@ -19,0 +19,0 @@ |
2.8.2 / 2017-09-18 | ||
================== | ||
* fix: docs typo (#34) | ||
2.8.1 / 2017-09-01 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-boilerplate-simple", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"description": "boilerplate for egg quickstart", | ||
@@ -5,0 +5,0 @@ "scripts": { |
12479
88