socialforge/config/wechat.yml

34 lines
905 B
YAML
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-01-15 17:01:30 +08:00
# Or if using public account, only need above two line
2016-06-07 17:45:19 +08:00
# guange test
2016-06-24 17:14:58 +08:00
#appid: "wxf694495398c7d470"
#secret: "743e038392f1d89540e95f8f7645849a"
2016-06-07 17:45:19 +08:00
2016-06-24 17:14:58 +08:00
appid: "wx8e1ab05163a28e37"
secret: "beb4d3bc4b32b3557811680835357841"
2016-06-07 17:45:19 +08:00
2016-01-15 23:15:06 +08:00
token: "123456"
2016-06-24 17:14:58 +08:00
access_token: ".access_token"
2016-03-01 14:33:36 +08:00
encrypt_mode: false # if true must fill encoding_aes_key
2016-06-06 12:22:52 +08:00
encoding_aes_key: "QGfP13YP4BbQGkkrlYuxpn4ZIDXpBJww4fxl8CObvNw"
2016-01-15 17:01:30 +08:00
jsapi_ticket: "C:/Users/[user_name]/wechat_jsapi_ticket"
#template
2016-06-06 12:22:52 +08:00
binding_succ_notice: "jjpDrgFErnmkrE9tf2M3o0t31ZrJ7mr0YtuE_wyLaMc"
journal_notice: "uC1zAw4F2q6HTA3Pcj8VUO6wKKKiYFwnPJB4iXxpdoM"
homework_message_notice: "tCf7teCVqc2vl2LZ_hppIdWmpg8yLcrI8XifxYePjps"
class_notice: "MQ_mFupbXP-9jWbeHT3C5xqNBvPo8EIlNv4ULakSpJA"
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-06-24 17:14:58 +08:00
<<: *default