I compiled the latest source yesterday, but I met a problem in deploying it.

I used old env-variable:
ENGINE_DEFAULTS=/home/demo/gittest/virtfan-ovirt/backend/manager/conf/engine.conf.defaults
and engine.conf.defaults had content like this:

ENGINE_USR=/usr/share/ovirt-engine
ENGINE_ETC=/etc/ovirt-engine

When I ran standalone.sh, it just tell me that I need more variables like

ENGINE_PKI_ENGINE_STORE and etc..
What should I add exactly?