Initial SQL-only 1C adapter baseline

This commit is contained in:
2026-07-22 03:03:47 +03:00
commit e2503b77e7
545 changed files with 184711 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"upo_test": {
"server": "sql-host",
"database": "infobase-database",
"user": "readonly-sql-user",
"password_env": "ONEC_SQL_PASSWORD_UPO_TEST",
"repository": {
"backend": "karman_bridge",
"runtime_version": "8.3.x",
"bridge_id": "configured-bridge-id",
"layer": "base",
"runner": {
"kind": "http",
"url": "http://host.docker.internal:8121",
"token_env": "ONEC_REPOSITORY_RUNNER_TOKEN"
}
}
}
}