| APP_NAME=Lumen |
| APP_NAME=Lumen |
| APP_ENV=local |
| APP_ENV=local |
| APP_KEY= |
| APP_KEY= |
| APP_DEBUG=true |
| APP_DEBUG=true |
| APP_URL=http://localhost |
| APP_URL=http://localhost |
| APP_TIMEZONE=UTC |
| APP_TIMEZONE=UTC |
| |
| |
| LOG_CHANNEL=stack |
| LOG_CHANNEL=stack |
| LOG_SLACK_WEBHOOK_URL= |
| LOG_SLACK_WEBHOOK_URL= |
| |
| |
| DB_CONNECTION=mysql |
| DB_CONNECTION=mysql |
| DB_HOST=127.0.0.1 |
| DB_HOST=127.0.0.1 |
| DB_PORT=3306 |
| DB_PORT=3306 |
| DB_DATABASE=homestead |
| DB_DATABASE=homestead |
| DB_USERNAME=homestead |
| DB_USERNAME=homestead |
| DB_PASSWORD=secret |
| DB_PASSWORD=secret |
| |
| |
| CACHE_DRIVER=file |
| CACHE_DRIVER=file |
| QUEUE_CONNECTION=sync |
| QUEUE_CONNECTION=sync |
| |
| |
| ITERABLE_URL="https://api.iterable.com/api/" |
| ITERABLE_URL="https://api.iterable.com/api/" |
| ITERABLE_API_KEY=7ff5763253674552b78e0e77d547fea5 |
| ITERABLE_API_KEY=7ff5763253674552b78e0e77d547fea5 |
. | |
| |
| |
| POST_NMCONTACT_URL="https://services.pharmavite.net/pharmavite/nmcontactus" |
| |
| |