mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
20 lines
535 B
Plaintext
20 lines
535 B
Plaintext
# --------------------------------------------
|
|
# REQUIRED: BASIC APP SETTINGS
|
|
# --------------------------------------------
|
|
APP_ENV=testing
|
|
APP_DEBUG=true
|
|
APP_KEY=base64:glJpcM7BYwWiBggp3SQ/+NlRkqsBQMaGEOjemXqJzOU=
|
|
APP_URL=http://localhost:8000
|
|
APP_TIMEZONE='UTC'
|
|
APP_LOCALE=en
|
|
|
|
# --------------------------------------------
|
|
# REQUIRED: DATABASE SETTINGS
|
|
# --------------------------------------------
|
|
# DB_CONNECTION is set to "mysql" in phpunit.xml
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=null
|
|
DB_USERNAME=null
|
|
DB_PASSWORD=null
|