91 lines
1.5 KiB
Bash
91 lines
1.5 KiB
Bash
APP_NAME=Lumen
|
|
APP_ENV=local
|
|
APP_KEY=WbPGkYNmXZ6ZQplGlvl0iZ7zyW1b09xa
|
|
APP_DEBUG=true
|
|
APP_URL=http://api_arrahn.test
|
|
APP_TIMEZONE=Asia/Kuala_Lumpur
|
|
|
|
LOG_CHANNEL=stack
|
|
LOG_SLACK_WEBHOOK_URL=
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_DATABASE=arrahn
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=root
|
|
|
|
DB_CONNECTION_2=mysql
|
|
DB_HOST_2=localhost
|
|
DB_PORT_2=3306
|
|
DB_DATABASE_2=arrahn_kangar
|
|
DB_USERNAME_2=root
|
|
DB_PASSWORD_2=root
|
|
|
|
DB_CONNECTION_3=mysql
|
|
DB_HOST_3=localhost
|
|
DB_PORT_3=3306
|
|
DB_DATABASE_3=arrahn_kuantan
|
|
DB_USERNAME_3=root
|
|
DB_PASSWORD_3=root
|
|
|
|
DB_CONNECTION_4=mysql
|
|
DB_HOST_4=localhost
|
|
DB_PORT_4=3306
|
|
DB_DATABASE_4=arrahn_pmas
|
|
DB_USERNAME_4=root
|
|
DB_PASSWORD_4=root
|
|
|
|
DB_CONNECTION_5=mysql
|
|
DB_HOST_5=localhost
|
|
DB_PORT_5=3306
|
|
DB_DATABASE_5=arrahn_putatan
|
|
DB_USERNAME_5=root
|
|
DB_PASSWORD_5=root
|
|
|
|
DB_CONNECTION_6=mysql
|
|
DB_HOST_6=localhost
|
|
DB_PORT_6=3306
|
|
DB_DATABASE_6=arrahn_koklanas
|
|
DB_USERNAME_6=root
|
|
DB_PASSWORD_6=root
|
|
|
|
DB_CONNECTION_7=mysql
|
|
DB_HOST_7=localhost
|
|
DB_PORT_7=3306
|
|
DB_DATABASE_7=online_arrahn
|
|
DB_USERNAME_7=root
|
|
DB_PASSWORD_7=root
|
|
|
|
DB_CONNECTION_8=mysql
|
|
DB_HOST_8=localhost
|
|
DB_PORT_8=3306
|
|
DB_DATABASE_8=arrahn_kb1
|
|
DB_USERNAME_8=root
|
|
DB_PASSWORD_8=root
|
|
|
|
DB_CONNECTION_9=mysql
|
|
DB_HOST_9=localhost
|
|
DB_PORT_9=3306
|
|
DB_DATABASE_9=arrahn_kb2
|
|
DB_USERNAME_9=root
|
|
DB_PASSWORD_9=root
|
|
|
|
DB_CONNECTION_10=mysql
|
|
DB_HOST_10=localhost
|
|
DB_PORT_10=3306
|
|
DB_DATABASE_10=arrahn_sandakan
|
|
DB_USERNAME_10=root
|
|
DB_PASSWORD_10=root
|
|
|
|
DB_CONNECTION_11=mysql
|
|
DB_HOST_11=localhost
|
|
DB_PORT_11=3306
|
|
DB_DATABASE_11=arrahn_pputeh
|
|
DB_USERNAME_11=root
|
|
DB_PASSWORD_11=root
|
|
|
|
|
|
CACHE_DRIVER=file
|
|
QUEUE_CONNECTION=sync
|