mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
19 lines
245 B
Text
19 lines
245 B
Text
PORT=3333
|
|
HOST=0.0.0.0
|
|
NODE_ENV=development
|
|
APP_KEY=
|
|
DRIVE_DISK=local
|
|
|
|
DB_CONNECTION=pg
|
|
PG_HOST=localhost
|
|
PG_PORT=5432
|
|
PG_USER=
|
|
PG_PASSWORD=
|
|
PG_DB_NAME=
|
|
|
|
REDIS_CONNECTION=local
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=
|
|
|
|
RIOT_API_KEY=
|