Fix jwt-token
This commit is contained in:
@@ -122,7 +122,7 @@ const Login = () => {
|
|||||||
<p className="text-sm text-gray-600">
|
<p className="text-sm text-gray-600">
|
||||||
Demo credentials: <br />
|
Demo credentials: <br />
|
||||||
Username: <code className="bg-gray-100 px-1 rounded">admin</code> <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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -11,11 +11,11 @@ upstream selfservice_docker_ssl {
|
|||||||
|
|
||||||
# Drone Detection System upstreams
|
# Drone Detection System upstreams
|
||||||
upstream drone_frontend {
|
upstream drone_frontend {
|
||||||
server drone-detection-frontend:80; # Frontend container
|
server 127.0.0.1:3000; # Frontend container mapped port
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream drone_backend {
|
upstream drone_backend {
|
||||||
server drone-detection-backend:3001; # Backend API container
|
server 127.0.0.1:3001; # Backend API container mapped port
|
||||||
}
|
}
|
||||||
|
|
||||||
# HTTP configuration
|
# HTTP configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user