-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update files for docker (#11)
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
SERVER_NAME = LLM Search Server | ||
HOST = 0.0.0.0 | ||
PORT = 58000 | ||
DATABASE_URL = postgresql+psycopg2://postgres:postgres@localhost:35432/llmsearch | ||
PUBLIC_PATH = public | ||
UPLOADS_PATH = data/uploads | ||
# SQLALCHEMY_ENGINE_POOL_SIZE = 10 # Pool size (number of connections to keep in the pool) | ||
# SQLALCHEMY_ENGINE_MAX_OVERFLOW = 5 # Allow up to 5 additional connections beyond pool_size | ||
# SQLALCHEMY_ENGINE_POOL_TIMEOUT = 30 # Wait 30 seconds for a connection before giving up | ||
# SQLALCHEMY_ENGINE_POOL_RECYCLE = 1800 # Recycle connections after 30 minutes (1800 seconds) | ||
# SQLALCHEMY_ENGINE_POOL_PRE_PING = True # Enable pre-ping to ensure connections are valid | ||
LOG_LEVEL = INFO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters