From 35686abe11d05e3c9ddaf138d6ef00ecff4ac7c3 Mon Sep 17 00:00:00 2001 From: Anmol Date: Sat, 1 Aug 2020 14:07:04 +0530 Subject: [PATCH] ADDED: .env example file --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..3ac7f76 --- /dev/null +++ b/.env.example @@ -0,0 +1,12 @@ +INPUT_WAKATIME_API_KEY=7d31 +INPUT_GH_TOKEN=4208134c4a +INPUT_SHOW_TIMEZONE=y +INPUT_SHOW_PROJECTS=y +INPUT_SHOW_EDITORS=y +INPUT_SHOW_OS=y +INPUT_SHOW_COMMIT=y +INPUT_SHOW_LANGUAGE=y +INPUT_SHOW_LANGUAGE_PER_REPO=y +INPUT_SHOW_LOC_CHART=n +INPUT_SHOW_LINES_OF_CODE=y +INPUT_SHOW_DAYS_OF_WEEK=n \ No newline at end of file