diff --git a/.env.development b/.env.development index 128aa30..3268d9d 100644 --- a/.env.development +++ b/.env.development @@ -35,6 +35,3 @@ DB_PORT=3306 SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 SMTP_SECURE=false -SMTP_USER=hss404.u021@cleverse.dev -SMTP_PASSWORD=0000 -SMTP_FROM=qsalesplatform@qcells.com \ No newline at end of file diff --git a/.env.localhost b/.env.localhost index e7e54cd..68be6be 100644 --- a/.env.localhost +++ b/.env.localhost @@ -32,6 +32,3 @@ DB_PORT=3306 SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 SMTP_SECURE=false -SMTP_USER=hss404.u021@cleverse.dev -SMTP_PASSWORD=0000 -SMTP_FROM=qsalesplatform@qcells.com diff --git a/.env.production b/.env.production index efb8936..3b8b24c 100644 --- a/.env.production +++ b/.env.production @@ -30,6 +30,3 @@ DB_PORT=3306 SMTP_HOST=autodiscover.qcells.com SMTP_PORT=25 SMTP_SECURE=true -SMTP_USER=hss404.u021@cleverse.dev -SMTP_PASSWORD=0000 -SMTP_FROM=qsalesplatform@qcells.com \ No newline at end of file