mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 00:34:44 +00:00
removed extra spaces and fix collection_name
This commit is contained in:
parent
c2f3a7f87e
commit
fdda9f3098
1 changed files with 5 additions and 5 deletions
|
@ -126,7 +126,7 @@ class MongoDBKVStoreConfig(CommonConfig):
|
|||
"db": "${env.MONGODB_DB}",
|
||||
"user": "${env.MONGODB_USER}",
|
||||
"password": "${env.MONGODB_PASSWORD}",
|
||||
"table_name": "${env.MONGODB_COLLECTION_NAME:" + collection_name + "}",
|
||||
"collection_name": "${env.MONGODB_COLLECTION_NAME:" + collection_name + "}",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue