Skip to content

Commit

Permalink
fix: missing keys (eggjs#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 authored and fengmk2 committed Sep 29, 2018
1 parent 2d5233f commit 11958bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions passport/config/config.default.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

exports.keys = '123456';

// secure keys on https://github.com/eggjs/egg/wiki#secure-env-for-travis-ci
exports.passportWeibo = {
key: 'a',
Expand Down

0 comments on commit 11958bc

Please sign in to comment.