From 89769148d94e6b7a36f4c4b288d60f85fd97894c Mon Sep 17 00:00:00 2001 From: Simon Townsend Date: Mon, 9 Apr 2018 20:53:30 -0500 Subject: [PATCH] removing .env --- .env | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 1f24c9e..0000000 --- a/.env +++ /dev/null @@ -1,21 +0,0 @@ -JWT_SECRET=qfPFRkqM4ZF92h9NeZtqAArQ - -FACEBOOK_CLIENT_ID={your facebook client id} -FACEBOOK_SECRET={your facebook secret} - -GOOGLE_CLIENT_ID={your google client id} -GOOGLE_SECRET={your google secret} - -DB_NAME=seed -DB_USERNAME=seed -DB_PASSWORD=password - -AWS_REGION={your region} -AWS_ACCESS_KEY_ID={your access key} -AWS_SECRET_ACCESS_KEY={your secret key} - -LOG_LEVEL=debug - -NODE_ENV=development - -S3_PROFILE_PIC_URL= {your s3 profile pic url e.g., https://s3.amazonaws.com/yourapp/profileImages} \ No newline at end of file