mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
10 lines
223 B
Plaintext
10 lines
223 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=
|