From: Vincent Vanwaelscappel Date: Thu, 16 Jan 2020 14:55:10 +0000 (+0100) Subject: wip #3274 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1f6f2975ee7562cef4c31da201870bd3a85f5bdd;p=pmi.git wip #3274 @1.5 --- 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