Adds a Windows-side agent (screenshot/click/type over HTTP) plus backend services to locate UI elements via vision and drive an existing-patient appointment flow in Open Dental, wired into the Copy/Type Agent page and socket progress updates. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
13 lines
340 B
Plaintext
Executable File
13 lines
340 B
Plaintext
Executable File
NODE_ENV="development"
|
|
HOST=0.0.0.0
|
|
PORT=5000
|
|
CLOUDFLARE_HOST=
|
|
FRONTEND_URLS=http://localhost:3000
|
|
SELENIUM_AGENT_BASE_URL=http://localhost:5002
|
|
WINDOWS_AGENT_TOKEN=
|
|
JWT_SECRET = 'dentalsecret'
|
|
DB_HOST=localhost
|
|
DB_USER=postgres
|
|
DB_PASSWORD=mypassword
|
|
DB_NAME=dentalapp
|
|
DATABASE_URL=postgresql://postgres:mypassword@localhost:5432/dentalapp |