login dialog
This commit is contained in:
@@ -24,10 +24,10 @@ services:
|
|||||||
image: adminer
|
image: adminer
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "127.0.0.1:8080:8080" # kun tilgængelig lokalt på serveren
|
||||||
networks:
|
networks:
|
||||||
- linedance
|
- linedance
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
linedance:
|
linedance:
|
||||||
name: linedance
|
name: linedance
|
||||||
@@ -10,7 +10,7 @@ from PyQt6.QtWidgets import (
|
|||||||
from PyQt6.QtCore import Qt, QSettings
|
from PyQt6.QtCore import Qt, QSettings
|
||||||
|
|
||||||
# ── Hardcodet server-URL ──────────────────────────────────────────────────────
|
# ── Hardcodet server-URL ──────────────────────────────────────────────────────
|
||||||
API_URL = "http://din-server:8000"
|
API_URL = "https://api.linedanceplayer.dk"
|
||||||
# ─────────────────────────────────────────────────────────────────────────────
|
# ─────────────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user