Skip to content

Commit 58a516a

Browse files
committed
chore(env): Update example env
1 parent 4246945 commit 58a516a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

example.env

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ OBB_MAIL_FROM="OmniBox <no-reply@example.com>"
1616

1717
OBW_BACKEND_BASE_URL=http://backend:8000
1818

19+
OBW_KAFKA_BROKER="kafka:9092"
20+
21+
OBW_VECTOR_DIMENSION="1536"
22+
1923
# >>> AI Service Configuration >>>
2024
OBW_VECTOR_EMBEDDING_API_KEY="sk-***"
2125
OBW_VECTOR_EMBEDDING_BASE_URL="https://api.openai.com/v1"
@@ -66,5 +70,3 @@ OBB_S3_BUCKET=omnibox-test
6670

6771
OBB_KAFKA_BROKER=localhost:9092
6872
OBB_KAFKA_CLIENT_ID=omnibox-backend
69-
70-
OBW_KAFKA_BROKER="kafka:9092"

0 commit comments

Comments
 (0)