Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
david1542 committed Sep 14, 2024
1 parent 4fa8dbc commit d275786
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,21 @@ KRATOS_SELF_SERVE_UI_CSRF_COOKIE_SECRET=secret-csrf-cookie-secret
LITELLM_PORT=4000
LITELLM_URL=http://litellm:${LITELLM_PORT}

# Envoy
ENVOY_PORT=8080
ENVOY_URL=http://envoy:${ENVOY_PORT}

################
### Services ###
################

# API
API_PORT=3000
API_URL=http://api:${API_PORT}
API_URL=${ENVOY_URL}/api

# Data processor
DATA_PROCESSOR_PORT=3002
DATA_PROCESSOR_URL=http://data-processor:${DATA_PROCESSOR_PORT}
DATA_PROCESSOR_URL=${ENVOY_URL}/data-processor

# Slackbot
SLACKBOT_PORT=3003
Expand All @@ -126,4 +130,4 @@ PAGERDUTY_SECRET="put your secret"

# Log parser
LOG_PARSER_PORT=3004
LOG_PARSER_URL=http://log-parser:${LOG_PARSER_PORT}
LOG_PARSER_URL=${ENVOY_URL}/log-parser

0 comments on commit d275786

Please sign in to comment.