mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
12 lines
198 B
Text
12 lines
198 B
Text
PORT=3333
|
|
HOST=0.0.0.0
|
|
NODE_ENV=development
|
|
APP_KEY=
|
|
|
|
MONGODB_URL=mongodb://localhost:27017
|
|
MONGODB_DATABASE=leaguestats
|
|
|
|
REDIS_CONNECTION=local
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=
|