cbd0adca91
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
11 lines
363 B
Bash
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
|