# Copy to .env and adjust if needed.
# ConnectorX URL (matches docs/CONNECTORS.md placeholder shape):
# mssql://sa:Rdp_test_sa1!@localhost:1433/rdp_test?encrypt=false&trust_server_certificate=true
MSSQL_PORT=1433
MSSQL_SA_PASSWORD=Rdp_test_sa1!
# Used by run_mssql_tests.py (SA login — init script creates rdp_test database):
MSSQL_CONNECT_URL=mssql://sa:Rdp_test_sa1!@localhost:1433/rdp_test?encrypt=false&trust_server_certificate=true