From 5b9c52e15ac41fa62a9ca369d555fa56bfaf2c18 Mon Sep 17 00:00:00 2001 From: Isaac_Aracena Date: Mon, 22 Jun 2026 18:25:40 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20documentar=20validaci=C3=B3n=20TASK=203?= =?UTF-8?q?=20BambooHR=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..be281cb --- /dev/null +++ b/.env.example @@ -0,0 +1,10 @@ +# BambooHR + +BAMBOOHR_API_KEY= +BAMBOOHR_SUBDOMAIN=glm +BAMBOOHR_BASE_URL=https://glm.bamboohr.com/api +BAMBOOHR_TEST_EMPLOYEE_ID=40557 + +# Environment + +ENVIRONMENT=development