Files
inecs cbd0adca91 Initial release of the oVirt/RHV Engine API simulator.
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release
targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
2026-07-18 04:49:28 +03:00

11 lines
363 B
Bash

DATABASE_URL=postgresql://ovirt:ovirt@postgres:5432/ovirt_simulator
TEST_DATABASE_URL=postgresql://ovirt:ovirt@postgres:5432/ovirt_simulator
LOG_LEVEL=INFO
TICKET_SIGNING_KEY=development-only-signing-key-change-me
APP_PORT=8080
OVIRT_SERIES=4.5
SEED_PROFILE=minimal
# Host publish (only two ports): Engine HTTPS + Web UI.
OVIRT_ENGINE_PORT=443
OVIRT_UI_PORT=5000