feat: /api/v2/analiza/* endpoints - sport analytics backend
This commit is contained in:
+4
-1
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
from dotenv import load_dotenv
|
||||
load_dotenv('/opt/rinet-gpu/.env.master')
|
||||
# auto-added by patch_scrapers_with_dotenv.sh
|
||||
"""
|
||||
seal.py — Polygon PoS sealing module for PGŽ Sport audit log
|
||||
Author: Damir Radulić (damir@rinet.one) / dradulic@outlook.com
|
||||
@@ -77,7 +80,7 @@ DB = dict(
|
||||
port=_pgp,
|
||||
dbname=os.environ.get("PG_DB", "rinet_v3"),
|
||||
user=os.environ.get("PG_USER", "rinet"),
|
||||
password=os.environ.get("PG_PASS", "R1net2026!SecureDB#v7"),
|
||||
password=os.environ["DB_PASSWORD"],
|
||||
)
|
||||
|
||||
# ─── helpers ─────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user