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