From 8eb154cc1fea8c0bce5abdc3396e188de6ed6b60 Mon Sep 17 00:00:00 2001 From: Obi Okechukwu Godwin Date: Thu, 9 Jan 2020 04:28:22 +0100 Subject: [PATCH 1/2] Delete .env --- .env | 62 ------------------------------------------------------------ 1 file changed, 62 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 077a2846c..000000000 --- a/.env +++ /dev/null @@ -1,62 +0,0 @@ -APP_NAME=Laravel -APP_ENV=local -APP_KEY=base64:8G86JKPDVZWSJlEoQeNiXEqPEzKCNsw1XJ+ouMiYCm0= -APP_DEBUG=true -APP_URL=http://localhost - -LOG_CHANNEL=stack - -DB_CONNECTION=mysql -DB_HOST=remotemysql.com -DB_PORT=3306 -DB_DATABASE=bQkd29is69 -DB_USERNAME=bQkd29is69 -DB_PASSWORD=LFfSMURmw0 - -BROADCAST_DRIVER=log -CACHE_DRIVER=file -QUEUE_CONNECTION=sync -SESSION_DRIVER=file -SESSION_LIFETIME=120 - -REDIS_HOST=127.0.0.1 -REDIS_PASSWORD=null -REDIS_PORT=6379 - - -MAIL_DRIVER=smtp -MAIL_HOST=smtp.sendgrid.net -MAIL_PORT=587 -MAIL_USERNAME=apikey -MAIL_PASSWORD=SG.y2tmqhtwTmKwV7ocnl2dsw.5t8_gMhAwiHy8pYouRk2pyJy8-KhfsLPpP99O0oNHIk -MAIL_ENCRYPTION=tls -MAIL_FROM_NAME="Gate Pass" -MAIL_FROM_ADDRESS=noreply@gatepass.com - -AWS_ACCESS_KEY_ID= -AWS_SECRET_ACCESS_KEY= -AWS_DEFAULT_REGION=us-east-1 -AWS_BUCKET= - -PUSHER_APP_ID=878722 -PUSHER_APP_KEY=46e47c4f6a0d6bb36a29 -PUSHER_APP_SECRET=afa71cd16d55fa78a6bf -PUSHER_APP_CLUSTER=mt1 - - -MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" -MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" - -CLOUDINARY_API_KEY=811293528829713 -CLOUDINARY_API_SECRET=MTv32-FLRPKqeBg1uUO-UUnimGI -CLOUDINARY_CLOUD_NAME=getfiledata - -JWT_SECRET=SUNrr1SfTRSimktwhhfmWInIaljU4eHwJAYhUHcSeqe7z8XBGvHEwZd1j0mXVztz -JWT_TTL=120960 - -FCM_SECRET_KEY=AAAAtyofSTs:APA91bG5gb4dYb8UB9szD488B4zQf4eRPn-KMrDbO-yJ_5LubTRaz3wfxMUq_fOZHKxV3yjnZCfqD9IH28fp2655b4KSfH8SXSWlO-tP26i9aDLJYB8vdRunUqzoUomZxqvGOuCEz0xe - -FCM_SERVER_KEY=AAAAtyofSTs:APA91bG5gb4dYb8UB9szD488B4zQf4eRPn-KMrDbO-yJ_5LubTRaz3wfxMUq_fOZHKxV3yjnZCfqD9IH28fp2655b4KSfH8SXSWlO-tP26i9aDLJYB8vdRunUqzoUomZxqvGOuCEz0xe - -MAILCHIMP_APIKEY=595b16d79a2dd6e58b2c86edb87b1c6c-us20 -MAILCHIMP_LIST_ID=dc9acbb314 \ No newline at end of file From 8bd7821e8f0bcf69570f4f059ff91d39a554fbd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 15:07:23 +0000 Subject: [PATCH 2/2] Bump decode-uri-component from 0.2.0 to 0.2.2 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index b156e0218..299af3187 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1851,8 +1851,8 @@ decamelize@^1.2.0: resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + version "0.2.2" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" deep-equal@^1.0.1: version "1.1.0"