torrust / torrust-demo

CI and configuration for the Torrust live demo.
https://index.torrust-demo.com
0 stars 0 forks source link

Rename tracker envs #5

Closed josecelano closed 6 months ago

josecelano commented 6 months ago

Tracker env var names have changed.

We have to rename those env vars in the .env config file: /home/torrust/github/torrust/torrust-compose/droplet/.env

USER_ID=1000

# Index GUI
TORRUST_INDEX_GUI_API_BASE_URL='https://index.torrust-demo.com/api/v1'
NITRO_HOST=0.0.0.0
NITRO_PORT=3000

# Index
TORRUST_INDEX_CONFIG=
TORRUST_INDEX_TRACKER_API_TOKEN='***************************************'
TORRUST_INDEX_API_CORS_PERMISSIVE=false

# Tracker
TORRUST_TRACKER_CONFIG=
TORRUST_TRACKER_API_ADMIN_TOKEN='***************************************'