socialforge/config/wechat.yml.template

42 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-01-15 17:01:30 +08:00
default: &default
2016-01-15 23:15:06 +08:00
# corpid: "corpid"
# corpsecret: "corpsecret"
# agentid: 1
2016-07-09 09:20:00 +08:00
#production
2016-07-21 17:52:52 +08:00
appid: "wx8e1ab05163a28e37"
secret: "beb4d3bc4b32b3557811680835357841"
2016-07-09 09:20:00 +08:00
2016-01-15 23:15:06 +08:00
token: "123456"
2016-07-08 20:16:42 +08:00
access_token: "1234567"
2016-03-01 14:33:36 +08:00
encrypt_mode: false # if true must fill encoding_aes_key
2016-07-14 09:52:02 +08:00
#production
2016-07-21 17:52:52 +08:00
encoding_aes_key: "QGfP13YP4BbQGkkrlYuxpn4ZIDXpBJww4fxl8CObvNw"
jsapi_ticket: "C:/Users/[user_name]/wechat_jsapi_ticket"
2016-07-28 15:39:27 +08:00
#template
2016-07-21 17:52:52 +08:00
binding_succ_notice: "jjpDrgFErnmkrE9tf2M3o0t31ZrJ7mr0YtuE_wyLaMc"
journal_notice: "uC1zAw4F2q6HTA3Pcj8VUO6wKKKiYFwnPJB4iXxpdoM"
homework_message_notice: "tCf7teCVqc2vl2LZ_hppIdWmpg8yLcrI8XifxYePjps"
class_notice: "MQ_mFupbXP-9jWbeHT3C5xqNBvPo8EIlNv4ULakSpJA"
create_class_notice: "2GtJJGzzNlNy2i0UrsjEDlvfSVIUXQfSo47stpcQAVw"
2016-07-28 17:55:37 +08:00
create_project_notice: "jYu0iimbDpgWYZaTLXioZe2lvqoWTdKnUPyphTJ1mxs"
project_review_notice: "kdb-8UlMjTc3z51Qcf8g2vY4i_nE4OGKZAucdQma_2E"
2016-08-10 16:08:30 +08:00
join_project_notice: "TtXvy0XMIQyCgpnXHhoB8t-x0QIfy-78gAJXsGf9afg"
2016-08-24 11:03:38 +08:00
project_issue_notice: "HP8JejOnkzmvFopTarc0l1Tp4bU9qnxzdH27x3186lI"
at_notice: "U3kqzgriCaqkPI9qX0NDQOInJ5hiwHCz6wgTsPysSx4"
2016-09-06 14:41:22 +08:00
rebind_notice: "OYsiECfqUlHKlzF_X-pz_xsGh_vAAUunX0jYRdHlyFU"
auto_openid_url_1: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8e1ab05163a28e37&redirect_uri=https://www.trustie.net/wechat/user_activities"
auto_openid_url_2: "&response_type=code&scope=snsapi_base&state="
auto_openid_url_3: "&connect_redirect=1#wechat_redirect"
2016-01-15 17:01:30 +08:00
production:
2016-03-01 14:32:10 +08:00
<<: *default
2016-01-15 17:01:30 +08:00
development:
<<: *default
test:
2016-07-09 09:20:00 +08:00
<<: *default