Skip to content

Commit

Permalink
fix: 将秘钥移出
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Jun 25, 2019
1 parent 8e5016d commit c031bd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ typings/
.next

# secretKeyConf
secretKeyConf.js
# secretKeyConf.js
docs/.vuepress/dist
docs/.vuepress/dist/
6 changes: 6 additions & 0 deletions config/secretKeyConf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = secretKeyConf = {
appId: 's66rnnGxseSiRy74nH6zckU6-gzGzoHsz',
appKey: 'DqBkfix1mnxRNAxCDgQgnxbu',
ga: 'UA-134613928-1',
googleSearchConsole: 'Ld_AEWr30siza2LmmZ12csitRGsSj9gqqEAch0UXkTc',
}

0 comments on commit c031bd9

Please sign in to comment.