From 548032a741b47ed6d42c7369a649c4e20b9345d9 Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Thu, 13 Jun 2024 15:37:26 +0800 Subject: [PATCH] Add env.properties --- .gitignore | 1 - env.properties | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 env.properties diff --git a/.gitignore b/.gitignore index 2665949..46e2387 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,4 @@ .cxx local.properties deploymentTargetDropDown.xml -env.properties app/debug diff --git a/env.properties b/env.properties new file mode 100644 index 0000000..21976fc --- /dev/null +++ b/env.properties @@ -0,0 +1,2 @@ +apiBaseUrl=http://vc-automation.logitech.com/teststation/kirby/addData +apiKey=CRa04Bk97VWFnnHOCDhyBuAz1a9L69Eu \ No newline at end of file