Skip to content

Commit beeadcd

Browse files
Rename .env to .env.example
1 parent 57ea020 commit beeadcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/server/.env renamed to crates/server/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ LISTEN_ADDR="127.0.0.1:3000"
66
# The file system path for the database storage
77
DB_PATH="./data/vectordb"
88

9-
# The dimension of the vectors your database will store
9+
# The dimension of the vectors database will store
1010
VECTOR_DIMENSION="3"

0 commit comments

Comments
 (0)