mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-11 07:51:20 +00:00
Merge branch '2801-make-unittests-more-resiliant-to-env-changes' into 'develop'
Resolve "Make unittests more resiliant to env changes" Closes #2801 See merge request baserow/baserow!2529
This commit is contained in:
commit
68493e95cf
2 changed files with 11 additions and 1 deletions
backend/src/baserow/config/settings
changelog/entries/unreleased/refactor
|
@ -69,5 +69,8 @@ BASEROW_OPENAI_API_KEY = None
|
|||
BASEROW_OPENAI_ORGANIZATION = None
|
||||
BASEROW_OPENAI_MODELS = []
|
||||
BASEROW_OLLAMA_HOST = None
|
||||
BASEROW_OLLAMA_MODELS = None
|
||||
BASEROW_OLLAMA_MODELS = []
|
||||
|
||||
PUBLIC_BACKEND_URL = "http://localhost:8000"
|
||||
PUBLIC_WEB_FRONTEND_URL = "http://localhost:3000"
|
||||
BASEROW_EMBEDDED_SHARE_URL = "http://localhost:3000"
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "refactor",
|
||||
"message": "Make unittests more resiliant to environment variables changes",
|
||||
"issue_number": 2801,
|
||||
"bullet_points": [],
|
||||
"created_at": "2024-07-12"
|
||||
}
|
Loading…
Add table
Reference in a new issue