Bedrock Installation issue with .env setup

just installed Bedrock and cant seem to get the .env file setting correct i have tried a bunch combinations in these setting but none seem to work… What i would really like would be to load the site just simply from localhost/cdots/ but that doesn’t seem possible given the structure in the Docs.

WP_HOME=WP_SITEURL=
WP_SITEURL=

here is what i have:

DB_NAME=cdots-bedrock
DB_USER=akosm
DB_PASSWORD=xxxxxxxxxxxx
DB_HOST=localhost

WP_ENV=development
WP_HOME=WP_SITEURL=localhost/cdots/web
WP_SITEURL=http://localhost/cdots/web/wp

and i am getting following errors on top of Admin Dashboard

Notice: Undefined index: host in G:\dev-xampp\htdocs\cdots\web\wp\wp-includes\theme.php on line 1871
Notice: Undefined index: host in G:\dev-xampp\htdocs\cdots\web\wp\wp-includes\theme.php on line 1927

Also 1. I was wondering if ROOTS THEME is supposed to be installed separately and does it get install differently?

Also 2. Also does the site need to be /web/wp since final site will be simply cdots.com?

You can have a Bedrock install available at localhost/folder but you will need to change the Apache vhosts in xampp accordingly.

You also need to edit the vhosts in order to set the web folder as the web root as per the Bedrock docs.