13 lines
468 B
Plaintext
13 lines
468 B
Plaintext
# Copy this to .env and fill in your values before running:
|
|
# cp .env.fivem.example .env
|
|
|
|
# FiveM license key (required) - get one at https://keymaster.fivem.net
|
|
FIVEM_LICENSE_KEY=cfxk_xxxxxxxxxxxxxxxxxxxxx
|
|
|
|
# API keys (copy from game-server/.env or docker-compose.yml)
|
|
SWRP_API_SERVER=https://api.southwest-roleplay.dev/game
|
|
SWRP_API_SERVER_KEY=
|
|
SWRP_UCP_URL=https://api.southwest-roleplay.dev/game
|
|
SWRP_WIKI_URL=https://wiki.southwest-roleplay.com
|
|
INTERNAL_API_KEY=
|