function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vladimir BessonovVladimir Bessonov 

how to set var for cicd - sfdx-project-template

Hi. I am trying to use the template to set dev environment using template sfdx-project-template.

I did not get it from Salesforce presentation. 
nether clear it from documentation 
I set only DEVHUB_AUTH_URL and 
SANDBOX_AUTH_URL

Actually, I thought I have to give  DEVHUB_AUTH_URL - the rest would be set automatically. Am I right? 

It is safe to set a production environment with DEVHUB_AUTH_URL? 

based on what I thought first scratch org will be created and it will be possible to test the new feature, changes
VinayVinay (Salesforce Developers) 
No this would not be automatically done after you authenticate,  I would recommend you configure sandbox and scratch org and play around and later you can switch to production instance.

References that can help you.

https://medium.com/@jais.2149/sfdx-tool-and-ci-cd-pipeline-in-salesforce-1c4a0325ccab
https://gitlab.com/sfdx/sfdx-cicd-template/blob/master/README.md

Thanks,