Initial SQL-only 1C adapter baseline
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user