Files
jira/t/.jira.d/config.yml
T

10 lines
224 B
YAML
Executable File

#!/bin/sh
echo password-source: pass
if [ -z "$JIRACLOUD" ]; then
echo endpoint: http://localhost:8080
echo user: gojira
else
echo endpoint: https://go-jira.atlassian.net
echo user: gojira@example.com
fi