From 1f6f2975ee7562cef4c31da201870bd3a85f5bdd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 16 Jan 2020 15:55:10 +0100 Subject: [PATCH] wip #3274 @1.5 --- .env.production | 1 + .env.staging | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.production b/.env.production index 6b87067..58f2577 100644 --- a/.env.production +++ b/.env.production @@ -3,6 +3,7 @@ APP_ENV=production APP_KEY=base64:/Jmlg7TepI/inQ4KJ3VF0YVTqghRGvvBrnDI7NkUk94= APP_DEBUG=true APP_URL=https://www.pm-instrumentation.com +APP_VARIANTS=PMI,MICHSCI LOG_CHANNEL=stack DB_CONNECTION=mysql diff --git a/.env.staging b/.env.staging index 481aef2..410a30d 100644 --- a/.env.staging +++ b/.env.staging @@ -3,6 +3,7 @@ APP_ENV=production APP_KEY=base64:/Jmlg7TepI/inQ4KJ3VF0YVTqghRGvvBrnDI7NkUk94= APP_DEBUG=true APP_URL=https://staging.pm-instrumentation.com +APP_VARIANTS=PMI,MICHSCI LOG_CHANNEL=stack DB_CONNECTION=mysql -- 2.39.5