Files
jira/t/.jira.d/config.yml
T
2017-09-02 14:04:49 -07:00

15 lines
243 B
YAML
Executable File

#!/bin/sh
cat <<EOF
config:
stop: true
password-source: pass
EOF
if [ -z "$JIRACLOUD" ]; then
echo endpoint: http://localhost:8080
echo user: gojira
else
echo endpoint: https://go-jira.atlassian.net
echo user: gojira
fi