From 251f3fe2da756e3893ae8a150edcf0b364b05f68 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 18 Jun 2023 00:12:37 +0800 Subject: [PATCH] update config comment --- conf/ezbookkeeping.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/ezbookkeeping.ini b/conf/ezbookkeeping.ini index 4ca5612e..a9c936fa 100644 --- a/conf/ezbookkeeping.ini +++ b/conf/ezbookkeeping.ini @@ -111,16 +111,16 @@ enable_register = true enable_export = true [map] -# Map provider, supports "openstreetmap", "googlemap", "baidumap" Leave blank if you want to disable map +# Map provider, supports "openstreetmap", "googlemap", "baidumap". Leave blank if you want to disable map map_provider = openstreetmap # Set to true to use the ezbookkeeping server to proxy map data requests, for "openstreetmap" map_data_fetch_proxy = false -# For "googlemap" only, Google map API key, please visit https://developers.google.com/maps/get-started for more information +# For "googlemap" only, Google map JavaScript API key, please visit https://developers.google.com/maps/get-started for more information google_map_api_key = -# For "baidumap" only, Baidu map javascript api application key, please visit https://lbsyun.baidu.com/index.php?title=jspopular3.0/guide/getkey for more information +# For "baidumap" only, Baidu map JavaScript API application key, please visit https://lbsyun.baidu.com/index.php?title=jspopular3.0/guide/getkey for more information baidu_map_ak = [exchange_rates]