Files
sfera/.env.example
2026-05-16 19:03:49 +03:00

25 lines
936 B
Bash

SFERA_ENV=local
SFERA_LOG_LEVEL=INFO
# Optional: path to compiled Rust BSL parser executable.
# Windows example: rust\target\debug\bsl-parser.exe
SFERA_BSL_PARSER=
POSTGRES_DSN=postgresql://sfera:sfera@localhost:5432/sfera
NEO4J_URI=bolt://docker-test.cin.su:17687
NEO4J_USER=neo4j
NEO4J_PASSWORD=password
QDRANT_URL=http://localhost:6333
REDIS_URL=redis://localhost:6379/0
# Optional local 1C/EDT imports. Do not store infobase passwords here.
RUNTIME_ADAPTER_MODE=mock
RUNTIME_ADAPTER_URL=http://localhost:8010
ONEC_DESIGNER_PATH=C:\Program Files\1cv8\8.5.1.1150\bin\1cv8.exe
SFERA_EDT_PROJECTS_PATH=C:\EDT\projects
SFERA_UPO_EDT_PATH=C:\EDT\projects\iFCM-UPO\upo\src
SFERA_UPO_INFOBASE='Srvr="192.168.200.95";Ref="upo";'
# Optional official 1C documentation access. Put real credentials only in .env.local.
SFERA_ITS_URL=https://its.1c.ru/db/v838doc#browse:13:-1:7
SFERA_ITS_USERNAME=<set locally>
SFERA_ITS_PASSWORD=<set locally>