LeagueStats/server/.env.example
2020-02-10 21:11:29 +01:00

26 lines
382 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
REDIS_CONNECTION=local
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
HASH_DRIVER=bcrypt
API_KEY=RGAPI-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx