11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
APP_NAME="KamilCraft.com"
|
|
APP_DEBUG=true
|
|
APP_URL=http://127.0.0.1
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=test
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|