login dialog

This commit is contained in:
2026-04-19 19:42:57 +02:00
parent b226795731
commit 9052dd8b0f
2 changed files with 3 additions and 3 deletions

View File

@@ -24,10 +24,10 @@ services:
image: adminer
restart: always
ports:
- "8080:8080"
- "127.0.0.1:8080:8080" # kun tilgængelig lokalt på serveren
networks:
- linedance
networks:
linedance:
name: linedance
name: linedance

View File

@@ -10,7 +10,7 @@ from PyQt6.QtWidgets import (
from PyQt6.QtCore import Qt, QSettings
# ── Hardcodet server-URL ──────────────────────────────────────────────────────
API_URL = "http://din-server:8000"
API_URL = "https://api.linedanceplayer.dk"
# ─────────────────────────────────────────────────────────────────────────────