Enable options on installation

I use an environment variables (.env) file to automatically configure Gitea 1.17.3 in Docker. But I don’t know what options I should set in the .env to check the highlighted boxes with a red arrow.

My environment is very restricted in access. Some options I used are as follows:

GITEA__service__DISABLE_REGISTRATION=“true”
GITEA__service__REQUIRE_SIGNIN_VIEW=“true”
GITEA__service__ENABLE_CAPTCHA=“false”
GITEA__service__REGISTER_EMAIL_CONFIRM=“true”
GITEA__service__DEFAULT_KEEP_EMAIL_PRIVATE=“false”
GITEA__service__DEFAULT_ENABLE_TIMETRACKING=“true”
GITEA__service__ALLOW_ONLY_EXTERNAL_REGISTRATION=“false”
GITEA__service__ENABLE_NOTIFY_MAIL=“true”
GITEA__service__DEFAULT_ALLOW_CREATE_ORGANIZATION=“true”

GITEA__openid__ENABLE_OPENID_SIGNIN=“false”
GITEA__openid__ENABLE_OPENID_SIGNUP=“false”