All checks were successful
Code quality checks / biome (push) Successful in 11s
10 lines
241 B
Text
10 lines
241 B
Text
# NODE_ENV=development
|
|
HOST=0.0.0.0
|
|
PORT=8080
|
|
|
|
# this is only the default value if non is give in /id
|
|
LANYARD_USER_ID=id-here
|
|
LANYARD_INSTANCE=https://lanyard.rest
|
|
|
|
# Required if you want to enable badges
|
|
BADGE_API_URL=http://localhost:8081
|