Skip to content

Commit 11958bc

Browse files
atian25fengmk2
authored andcommitted
fix: missing keys (#85)
1 parent 2d5233f commit 11958bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

passport/config/config.default.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
'use strict';
22

3+
exports.keys = '123456';
4+
35
// secure keys on https://github.com/eggjs/egg/wiki#secure-env-for-travis-ci
46
exports.passportWeibo = {
57
key: 'a',

0 commit comments

Comments
 (0)