Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into proto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rtkay123 committed Feb 22, 2024
2 parents fd5e00d + fd72234 commit 511254f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LOGSTASH_HOST=my-release-logstash.frm-meshed
LOGSTASH_PORT=8080
LOGSTASH_LEVEL='info'

DATABASE_URL=http://arango.development:8529
DATABASE_URL=http://0.0.0.0:8529
DATABASE_NAME=networkmap
DATABASE_USER=root
DATABASE_PASSWORD=
Expand All @@ -23,7 +23,7 @@ REDIS_IS_CLUSTER=false

# Nats config
SERVER_URL=0.0.0.0:4222
STARTUP_TYPE=jetstream
STARTUP_TYPE=nats
PRODUCER_STREAM=RuleRequest
CONSUMER_STREAM=crsp
STREAM_SUBJECT=crsp
Expand Down

0 comments on commit 511254f

Please sign in to comment.