We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5233f commit 11958bcCopy full SHA for 11958bc
passport/config/config.default.js
@@ -1,5 +1,7 @@
1
'use strict';
2
3
+exports.keys = '123456';
4
+
5
// secure keys on https://github.com/eggjs/egg/wiki#secure-env-for-travis-ci
6
exports.passportWeibo = {
7
key: 'a',
0 commit comments