mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
21 lines
305 B
Text
21 lines
305 B
Text
HOST=127.0.0.1
|
|
PORT=5000
|
|
NODE_ENV=development
|
|
|
|
APP_NAME=LeagueStats
|
|
APP_URL=http://${HOST}:${PORT}
|
|
|
|
CACHE_VIEWS=false
|
|
|
|
APP_KEY=
|
|
|
|
DB_CONNECTION=mongodb
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=27017
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_DATABASE=leaguestats
|
|
|
|
HASH_DRIVER=bcrypt
|
|
|
|
API_KEY=RGAPI-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|