vars/aliases for confluence/trello/browser

This commit is contained in:
MorganGeek
2020-07-11 13:33:19 +02:00
parent b3db5095dd
commit 4002d62840
3 changed files with 37 additions and 16 deletions

View File

@ -128,9 +128,12 @@ export BW_SESSION=""
export JENKINS_URL=""
export JENKINS_SECRET=""
export JIRA_URL=""
export CONFLUENCE_URL=""
export PROXY_HOST=""
export COLORPIC_APIKEY=""
export VAULT_PASSWORD_FILE=""
export DEFAULT_BROWSER=${DEFAULT_BROWSER:-'Google Chrome'}
export TRELLO_BOARD_URL=""
if test -f "$HOME/.scripts/secrets.sh"; then
chmod +x "$HOME/.scripts/secrets.sh"