update_vars_default.ps1 561 B

12345678910111213
  1. # AU Packages Template: https://github.com/majkinetor/au-packages-template
  2. $Env:mail_user = ''
  3. $Env:mail_pass = ''
  4. $Env:mail_server = 'smtp.gmail.com'
  5. $Env:mail_port = '587'
  6. $Env:mail_enablessl = 'true'
  7. $Env:api_key = '' #Chocolatey api key
  8. $Env:gist_id = '' #Specify your gist id or leave empty for anonymous gist
  9. $Env:github_user_repo = '' #{github_user>/{repo}
  10. $Env:github_api_key = '' #Github personal access token
  11. $Env:au_Push = 'false' #Push to chocolatey