Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan authored Oct 21, 2024
1 parent 1c0bf29 commit 9f4a287
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ COAP_NEGOTIATION_PORT_OUT=5684
SMART_HOME_SMART_CLOCK_PORT_OUT=5685
TRAEFIK_DASHBOARD_PORT_OUT=8080

STACK_HOSTNAME="localhost"
BROKER_URI="test.mosquitto.org"
STACK_HOSTNAME="plugfest.thingweb.io"
BROKER_URI="plugfest.thingweb.io"
PORT="8087"

LOKI_HOSTNAME="http://loki"
LOKI_PORT=3100
Expand All @@ -24,4 +25,4 @@ LOKI_PORT=3100
HC_INTERVAL=40s
HC_TIMEOUT=30s
HC_RETRIES=3
HC_START_PERIOD=60s
HC_START_PERIOD=60s

0 comments on commit 9f4a287

Please sign in to comment.