mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
update FD_USAGE_STATS_SERVER (#6524)
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
|
||||
"DO_NOT_TRACK": lambda: (os.getenv("DO_NOT_TRACK", "0")) == "1",
|
||||
# Usage stats server url
|
||||
"FD_USAGE_STATS_SERVER": lambda: os.getenv(
|
||||
"FD_USAGE_STATS_SERVER", "http://fd-stats.baidu-int.com/fd/report/periodic"
|
||||
"FD_USAGE_STATS_SERVER", "http://10.169.17.184:8089/fd/report/periodic"
|
||||
),
|
||||
# Usage stats source
|
||||
"FD_USAGE_SOURCE": lambda: os.getenv("FD_USAGE_SOURCE", "Unknown"),
|
||||
|
||||
Reference in New Issue
Block a user