mirror of
https://gitee.com/celaraze/chemex.git
synced 2024-11-29 17:58:10 +08:00
21 lines
350 B
Plaintext
Executable File
21 lines
350 B
Plaintext
Executable File
# .env.travis
|
|
|
|
APP_NAME=Laravel
|
|
APP_ENV=testing
|
|
APP_KEY=base64:Dhtsut2yoe1Oc7Glgl4zPrGLQEKECbi3NoRNQh2N4/c=
|
|
APP_DEBUG=true
|
|
APP_URL=http://localhost/
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_DATABASE=testing
|
|
DB_USERNAME=travis
|
|
DB_PASSWORD=
|
|
|
|
BCRYPT_ROUNDS=4
|
|
CACHE_DRIVER=array
|
|
MAIL_DRIVER=array
|
|
QUEUE_CONNECTION=sync
|
|
SESSION_DRIVER=array
|