mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
18 lines
445 B
Plaintext
18 lines
445 B
Plaintext
APP_ENV=local
|
|
APP_DEBUG=true
|
|
APP_URL=http://snipe-it.localapp
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=localhost
|
|
DB_DATABASE=snipeittests
|
|
DB_USERNAME=snipeit
|
|
DB_PASSWORD=snipe
|
|
APP_KEY=base64:tu9NRh/a6+dCXBDGvg0Gv/0TcABnFsbT4AKxrr8mwQo=
|
|
|
|
|
|
# --------------------------------------------
|
|
# OPTIONAL: LOGIN THROTTLING
|
|
# (LOGIN_LOCKOUT_DURATIONin minutes)
|
|
# --------------------------------------------
|
|
LOGIN_MAX_ATTEMPTS=1000000
|
|
LOGIN_LOCKOUT_DURATION=100000000
|