mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
04c130e596
installation breaks using default config and manual edits to correct the port is currently required
21 lines
504 B
Plaintext
21 lines
504 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
|
|
DB_PORT=3306
|
|
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
|