From 7bda03f09d0ac78437d166d1b4f22cc23007231c Mon Sep 17 00:00:00 2001 From: "annie.ro98" Date: Wed, 1 Apr 2020 20:53:03 -0700 Subject: [PATCH] Remove API key (^: --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index a05d7273..3d4a2a6b 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ -AIRTABLE_BASE_ID='your-API-key-here' -AIRTABLE_API_KEY='keyioENo5dwh9Czt9' +AIRTABLE_BASE_ID='your-base-id-here' +AIRTABLE_API_KEY='your-API-key-here' IMG_API_KEY='image-API-key-here' \ No newline at end of file