dgiot/apps/dgiot_parse/etc/dgiot_parse.conf
2023-10-10 19:36:13 +08:00

27 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##--------------------------------------------------------------------
## delete field
##--------------------------------------------------------------------
parse.delete_field = ACL,objectId,updatedAt,createdAt
##--------------------------------------------------------------------
## parse config
##--------------------------------------------------------------------
parse.parse_server = http://192.168.1.122:1337
parse.parse_path = /parse/
parse.parse_appid = c15005097b3eea431d5b334ee8ace193
parse.parse_master_key = 3498910a0e010deace2f5b0ccb30e097
parse.parse_js_key = 8ef8e49497098ceb871c5c0cc486f00b
parse.parse_rest_key = 782482b57ar77215bbf7ee731a82c20a
##--------------------------------------------------------------------
## parse cache
##--------------------------------------------------------------------
## auto_save自动坚持保存时间 单位 毫秒
parse.cache.auto_save = 10000
## max_size 最大存储数量
parse.cache.max_size = 100000
## max_memory 最大内存数单位byte
parse.cache.max_memory = 1024000
## max_time 最大时间间隔,单位秒
parse.cache.max_time = 60