diff --git a/.env.example b/.env.example index 7719445..03e87cc 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME=Lumen APP_ENV=local -APP_KEY= +APP_KEY=WbPGkYNmXZ6ZQplGlvl0iZ7zyW1b09xa APP_DEBUG=true APP_URL=http://localhost APP_TIMEZONE=UTC @@ -11,9 +11,44 @@ LOG_SLACK_WEBHOOK_URL= DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 -DB_DATABASE=homestead -DB_USERNAME=homestead -DB_PASSWORD=secret +DB_DATABASE=arrahn +DB_USERNAME=root +DB_PASSWORD= + +DB_CONNECTION_2=mysql +DB_HOST_2=127.0.0.1 +DB_PORT_2=3306 +DB_DATABASE_2=arrahn_kangar +DB_USERNAME_2=root +DB_PASSWORD_2= + +DB_CONNECTION_3=mysql +DB_HOST_3=127.0.0.1 +DB_PORT_3=3306 +DB_DATABASE_3=arrahn_kauntan +DB_USERNAME_3=root +DB_PASSWORD_3= + +DB_CONNECTION_4=mysql +DB_HOST_4=127.0.0.1 +DB_PORT_4=3306 +DB_DATABASE_4=arrahn_pmas +DB_USERNAME_4=root +DB_PASSWORD_4= + +DB_CONNECTION_5=mysql +DB_HOST_5=127.0.0.1 +DB_PORT_5=3306 +DB_DATABASE_5=arrahn_putatan +DB_USERNAME_5=root +DB_PASSWORD_5= + +DB_CONNECTION_6=mysql +DB_HOST_6=127.0.0.1 +DB_PORT_6=3306 +DB_DATABASE_6=arrahn_koklanas +DB_USERNAME_6=root +DB_PASSWORD_6= CACHE_DRIVER=file QUEUE_CONNECTION=sync