From ade3a1b695f0493cda848f5b4d5150d944527fbe Mon Sep 17 00:00:00 2001 From: 0xTranqui Date: Sat, 22 Oct 2022 18:50:32 -0700 Subject: [PATCH] clean env --- .env => .env.example | 2 +- .gitignore | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) rename .env => .env.example (83%) diff --git a/.env b/.env.example similarity index 83% rename from .env rename to .env.example index 6b6c997..3645f35 100644 --- a/.env +++ b/.env.example @@ -4,4 +4,4 @@ NEXT_PUBLIC_SITE_DESCRIPTION='Only one degree of separation lies between everyon NEXT_PUBLIC_TWITTER_HANDLE='pblcasmbly' NEXT_PUBLIC_WEBSITE_URL='https://public---assembly.com' NEXT_PUBLIC_NETWORK_URL=1 -NEXT_PUBLIC_ALCHEMY_KEY="rz9nhdXFsZfSlj1HecBH-ccP9tgyuNeR" \ No newline at end of file +NEXT_PUBLIC_ALCHEMY_KEY="" \ No newline at end of file diff --git a/.gitignore b/.gitignore index a2a963e..c87c9b3 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,3 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts - -# env -.env