mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
feat: support closing app popup window by cv service
This commit is contained in:
Vendored
+3
@@ -19,6 +19,9 @@ var (
|
||||
VEDEM_CP_URL = os.Getenv("VEDEM_CP_URL")
|
||||
VEDEM_CP_AK = os.Getenv("VEDEM_CP_AK")
|
||||
VEDEM_CP_SK = os.Getenv("VEDEM_CP_SK")
|
||||
VEDEM_SD_URL = os.Getenv("VEDEM_SD_URL")
|
||||
VEDEM_SD_AK = os.Getenv("VEDEM_SD_AK")
|
||||
VEDEM_SD_SK = os.Getenv("VEDEM_SD_SK")
|
||||
DISABLE_GA = os.Getenv("DISABLE_GA")
|
||||
DISABLE_SENTRY = os.Getenv("DISABLE_SENTRY")
|
||||
PYPI_INDEX_URL = os.Getenv("PYPI_INDEX_URL")
|
||||
|
||||
Reference in New Issue
Block a user