9 lines
192 B
Text
9 lines
192 B
Text
# NODE_ENV=development
|
|
HOST=0.0.0.0
|
|
PORT=8080
|
|
|
|
REDIS_URL=redis://username:password@localhost:6379
|
|
REDIS_TTL=3600 # seconds
|
|
|
|
# if you wish to get discord badges
|
|
DISCORD_TOKEN=discord_bot_token
|