From 75caf2473da7ba86133743a97cf99eaca2948485 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 26 Nov 2021 15:32:22 +0100 Subject: [PATCH] done #4662 @0:10 --- .env | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index e18b872..bd06ae9 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ APP_NAME=ODL APP_ENV=staging APP_KEY=base64:eWO34H+yn7qkjF4kVqafn6nXhXxsmWc4LkjRWK+kwDY= APP_DEBUG=false -APP_URL=https://odl.paris.cubedesigners.com +APP_URL=https://cube.odile.space LOG_CHANNEL=stack LOG_LEVEL=debug @@ -53,4 +53,4 @@ BACKPACK_LICENSE=LFDA-FLAM-8919-GF6B-60DE-2702 GOOGLE_CLIENT_ID=500844968589-9b0rmr4pn2ok0mtkddinl5s6lpdo4tj2.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=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 -GOOGLE_REDIRECT_URI=https://odl.paris.cubedesigners.com/socialite/callback/google +GOOGLE_REDIRECT_URI=https://cube.odile.space/socialite/callback/google diff --git a/.gitignore b/.gitignore index f42f3e5..c913f26 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /public/mix-manifest.json /storage/*.key /vendor +.env .env.backup .phpunit.result.cache docker-compose.override.yml -- 2.39.5