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: application:
port: 8001 port: 8080
host: "127.0.0.1" host: "127.0.0.1"
base_url: "http://127.0.0.1:8000" base_url: "http://127.0.0.1:8080"
database: database:
host: "127.0.0.1" host: "127.0.0.1"
port: 5432 port: 5432

View File

@@ -22,37 +22,14 @@ content %}
</div> </div>
<h1 class="text-3xl font-bold text-gray-900 mb-4"> <h1 class="text-3xl font-bold text-gray-900 mb-4">
Subscription confirmed! Subscription confirmed
</h1> </h1>
<p class="text-lg text-gray-600 mb-8"> <p class="text-lg text-gray-600 mb-8">
Your email has been confirmed. You're all set to receive our newsletter Your email has been confirmed! You're all set to receive our newsletter
updates. updates.
</p> </p>
</div> </div>
<div class="bg-white rounded-lg shadow-md p-6 border border-gray-200">
<div class="bg-green-50 border border-green-200 rounded-md p-4 mb-6">
<div class="flex">
<svg
class="h-5 w-5 text-green-400 mt-0.5"
fill="currentColor"
viewBox="0 0 20 20"
>
<path
fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"
clip-rule="evenodd"
/>
</svg>
<div class="ml-3">
<p class="text-sm font-medium text-green-800">
Welcome to our newsletter! You'll receive quality content about
Rust backend development straight to your inbox.
</p>
</div>
</div>
</div>
<div class="text-center"> <div class="text-center">
<a <a
href="/" href="/"