Skip to content

Commit

Permalink
#296 - updating init.env-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ventura committed Nov 28, 2022
1 parent 9b09f8d commit bdf7a5f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions copado-function/app/environments/Init.env-sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
installMcdevLocally=true
debug=true
repoUrl="UPDATE ME"
repoUrl="UPDATE ME" # url
debug="UPDATE ME" # true or false
downloadBUs="UPDATE ME" # true or false
gitPush="UPDATE ME" # true or false

## generic
credentials="UPDATE ME"
credentialNameSource="UPDATE ME"
credentialName="UPDATE ME"
client_id="UPDATE ME"
client_secret="UPDATE ME"
auth_url="UPDATE ME" # url
enterprise_id="UPDATE ME"
mcdev_version="UPDATE ME"
git_email="UPDATE ME" # email
git_name="UPDATE ME"

0 comments on commit bdf7a5f

Please sign in to comment.