Skip to content

Commit

Permalink
chore: Add placeholder values in the .env.default file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Jan 24, 2025
1 parent e3f4529 commit b0093ce
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ HTTP_SERVER_HOST=0.0.0.0
# reset metrics at 00:00UTC
WKC_METRICS_RESET_AT_NIGHT=false

NATS_URL=localhost:4222
# Placeholders values
NATS_URL=<URL>
CATALYST_CONTENT_URL_LOADBALANCER=<URL>
PROFILE_IMAGES_URL=<URL>
ARCHIPELAGO_STATS_URL=<URL>
CATALYST_URL=<URL>

PEER_SYNC_INTERVAL_MS=<MS>
PEERS_SYNC_CACHE_TTL_MS=<MS>

#CATALYST_CONTENT_URL_LOADBALANCER=https://peer.decentraland.zone/content
#PROFILE_IMAGES_URL=https://profile-images.decentraland.org

0 comments on commit b0093ce

Please sign in to comment.