Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 176aaa28 authored by GotthardG's avatar GotthardG
Browse files

Refactor environment-specific configurations and data loading.

Refactored database and server configuration to handle environments (dev, test, prod) explicitly, including tailored database setup and SSL management. Separated slot and sample data loading for better control during initialization. Improved environment variable usage and error handling for production certificates.
parent 43d1f2fc
No related branches found
No related tags found
No related merge requests found
Pipeline #44764 passed
......@@ -14,4 +14,5 @@ httpx~=0.24.1
pydantic[email]
mysqlclient~=2.1.1
python-multipart~=0.0.6
uvicorn==0.23.1
\ No newline at end of file
uvicorn==0.23.1
python-dotenv
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment