###########################################################################
# Build Environment File
# -------------------------------------------------------------------------
# This .env file is used to create temporary database credentials for use
# during Composer install on the build server.
# This file is deleted following the build process.
###########################################################################

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=nagiosna
DB_USERNAME=nagiosna
DB_PASSWORD=nagiosna

BROADCAST_CONNECTION=log
BROADCAST_DRIVER=log
