Run on port 8080 for local env + minor fix for subscription confirm page

This commit is contained in:
Alphonse Paix
2025-09-16 19:09:11 +02:00
parent b736e2fe8d
commit 38208654dc
2 changed files with 4 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
application:
port: 8001
port: 8080
host: "127.0.0.1"
base_url: "http://127.0.0.1:8000"
base_url: "http://127.0.0.1:8080"
database:
host: "127.0.0.1"
port: 5432