update configuration comment

This commit is contained in:
MaysWind
2023-06-18 20:40:45 +08:00
parent fe82ec6fc2
commit 68a6d1c166
+1 -1
View File
@@ -138,7 +138,7 @@ amap_application_key =
# For "amap" only, Amap JavaScript API security verification method, supports the following methods:
# "internal_proxy": use the internal proxy to request amap api with amap application secret (default)
# "external_proxy": use an external proxy to request amap api (amap application secret should be set by external proxy)
# "plain_text": append amap application secret directly to frontend request (insecurity for public network)
# "plain_text": append amap application secret to frontend request directly (insecurity for public network)
# Please visit https://developer.amap.com/api/jsapi-v2/guide/abc/load for more information
amap_security_verification_method = plain_text