From e19e1ba88de24056092508c5480084339ad579b7 Mon Sep 17 00:00:00 2001 From: kiwijos Date: Sun, 7 Jan 2024 10:26:02 +0100 Subject: [PATCH] Add example env file --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7a25b61 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +PUBLIC_MAPTILER_API_KEY="" +PUBLIC_REST_API_URL="http://localhost:1337/v1" +PRIVATE_REST_API_KEY="" + +# These can be found in the app configuration on GitHub. +PUBLIC_GITHUB_ID="" +GITHUB_SECRET="" \ No newline at end of file