Commit 2c6a522c by lanrion

added app_id and app_secret

parent 56a83a27
......@@ -17,8 +17,8 @@ require "rspec"
require "weixin_authorize"
$client ||= WeixinAuthorize.configure do |config|
config.app_id = "app_id-xxxxxxx"
config.app_secret = "app_secret-xxxxxxx"
config.app_id = ENV["APPID"]
config.app_secret = ENV["APPSECRET"]
end
RSpec.configure do |config|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment