mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
20 lines
491 B
Plaintext
20 lines
491 B
Plaintext
|
APP_ENV=testing
|
||
|
APP_DEBUG=true
|
||
|
APP_URL=http://snipe-it.localapp
|
||
|
DB_CONNECTION=sqlite_testing
|
||
|
DB_DEFAULT=sqlite_testing
|
||
|
DB_HOST=localhost
|
||
|
APP_KEY=base64:tu9NRh/a6+dCXBDGvg0Gv/0TcABnFsbT4AKxrr8mwQo=
|
||
|
|
||
|
|
||
|
# --------------------------------------------
|
||
|
# OPTIONAL: LOGIN THROTTLING
|
||
|
# (LOGIN_LOCKOUT_DURATIONin minutes)
|
||
|
# --------------------------------------------
|
||
|
LOGIN_MAX_ATTEMPTS=1000000
|
||
|
LOGIN_LOCKOUT_DURATION=100000000
|
||
|
|
||
|
MAIL_DRIVER=log
|
||
|
MAIL_FROM_ADDR=you@example.com
|
||
|
MAIL_FROM_NAME=Snipe-IT
|