Complete name-first 1C adapter saved-state support
This commit is contained in:
@@ -9,3 +9,9 @@ ADAPTER_1C_HOST_PORT=8011
|
||||
ONEC_SQL_BASES_JSON=
|
||||
# Optional path inside the container to a JSON file with the same shape as ONEC_SQL_BASES_JSON.
|
||||
ONEC_SQL_BASES_JSON_FILE=/data/onec-sql-bases.json
|
||||
|
||||
# Adapter-owned local SQLite state. Never point this at the 1C database.
|
||||
ONEC_ADAPTER_STATE_DB=/data/adapter-cache.sqlite
|
||||
ONEC_ADAPTER_JOB_PROCESS_ISOLATION=true
|
||||
ONEC_ADAPTER_JOB_MEMORY_LIMIT_MB=0
|
||||
ONEC_ADAPTER_JOB_CPU_LIMIT_SECONDS=0
|
||||
|
||||
Reference in New Issue
Block a user