Skip to content

Commit

Permalink
fix/feature-flag-checks#3
Browse files Browse the repository at this point in the history
  • Loading branch information
athul-rs committed Aug 27, 2024
1 parent 78c5b76 commit e4d6d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform-service/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ENCRYPTION_KEY="Sample-Key"
EVALUATION_SERVER_IP=unstract-flipt
EVALUATION_SERVER_PORT=9000
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
# Flipt Service
FLIPT_SERVICE_AVAILABLE=False

# Cost calculation related ENVs
MODEL_PRICES_URL="https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json"
Expand Down
2 changes: 2 additions & 0 deletions prompt-service/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ CELERY_BROKER_URL="redis://unstract-redis:6379"
EVALUATION_SERVER_IP=unstract-flipt
EVALUATION_SERVER_PORT=9000
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
# Flipt Service
FLIPT_SERVICE_AVAILABLE=False

0 comments on commit e4d6d66

Please sign in to comment.