From c298cf32308a8bd1367aae6fdf3b6440f21a11fc Mon Sep 17 00:00:00 2001 From: zickles Date: Sat, 7 Dec 2024 23:38:32 -0500 Subject: [PATCH] remove my api :sob: --- .env | 2 +- .env.example | 1 + .gitignore | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .env.example diff --git a/.env b/.env index 9e6d9c3..f65079c 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -API_KEY=bc8ce846-6647-4f5c-bf9d-e299a5e429ee \ No newline at end of file +API_KEY=HYPIXEL_API_KEY \ No newline at end of file diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..f65079c --- /dev/null +++ b/.env.example @@ -0,0 +1 @@ +API_KEY=HYPIXEL_API_KEY \ No newline at end of file diff --git a/.gitignore b/.gitignore index ab951f8..28f723c 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ Cargo.lock # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +.env