6 lines
174 B
Bash
6 lines
174 B
Bash
# Steam Web API key (required for fetching item details / file_url).
|
|
# Get one at https://steamcommunity.com/dev/apikey
|
|
STEAM_API_KEY=
|
|
|
|
# Port for the proxy server.
|
|
PORT=3000 |