Fix jwt-token

This commit is contained in:
2025-08-17 06:28:43 +02:00
parent 622f9719be
commit 0976e36778
2 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ const Login = () => {
<p className="text-sm text-gray-600">
Demo credentials: <br />
Username: <code className="bg-gray-100 px-1 rounded">admin</code> <br />
Password: <code className="bg-gray-100 px-1 rounded">password</code>
Password: <code className="bg-gray-100 px-1 rounded">admin123</code>
</p>
</div>
</form>

View File

@@ -11,11 +11,11 @@ upstream selfservice_docker_ssl {
# Drone Detection System upstreams
upstream drone_frontend {
server drone-detection-frontend:80; # Frontend container
server 127.0.0.1:3000; # Frontend container mapped port
}
upstream drone_backend {
server drone-detection-backend:3001; # Backend API container
server 127.0.0.1:3001; # Backend API container mapped port
}
# HTTP configuration