Update Paperclip DB URL for Docker migration

Paperclip moved from embedded PG (localhost:54329) to Coolify-managed
PostgreSQL container (10.0.2.13:5432).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 11:17:57 +00:00
parent e6293250aa
commit c83dcd660e

View File

@@ -16,7 +16,7 @@ import asyncpg
logger = logging.getLogger(__name__)
PAPERCLIP_DB_URL = os.environ.get(
"PAPERCLIP_DB_URL", "postgresql://paperclip:paperclip@127.0.0.1:54329/paperclip"
"PAPERCLIP_DB_URL", "postgresql://paperclip:paperclip_coolify_2026@10.0.2.13:5432/paperclip"
)
PLUGIN_ID = "53461b5a-7f58-411a-9952-72f9c8d4a328" # marcusgroup.legal-ai