Catalyst / admin/Synapse-Cortex 14.8 GB / 57.8 GB 40.0 GB free
Help Sign in

admin / Synapse-Cortex

public

Self Hosted ITSM Tool with RBAC/Tenanting and MFA

Code Issues Pull requests Pipelines Packages Security Insights Wiki Settings
Synapse-Cortex / Synapse-Cortexv2 / .claude / launch.json 309 B · main
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{
  "version": "0.0.1",
  "configurations": [
    {
      "name": "synapse-cortex-v2",
      "runtimeExecutable": ".venv/Scripts/python.exe",
      "runtimeArgs": ["-m", "uvicorn", "app.main:app", "--reload", "--reload-dir", "app", "--reload-dir", "alembic", "--port", "8440"],
      "port": 8440
    }
  ]
}