Atualizar .env.example
This commit is contained in:
parent
3029bb13f3
commit
3d2036f772
|
|
@ -1,9 +1,9 @@
|
||||||
# Server
|
# Server
|
||||||
JIRA_URL=https://gojira.tsacorp.com
|
JIRA_URL=https://gojira.yourcompany.com
|
||||||
JIRA_TOKEN=your_jira_token
|
JIRA_TOKEN=your_jira_token
|
||||||
JIRA_WEBHOOK_SECRET=random_secret_for_webhook_validation
|
JIRA_WEBHOOK_SECRET=random_secret_for_webhook_validation
|
||||||
|
|
||||||
BITBUCKET_URL=https://bitbucket.tsacorp.com
|
BITBUCKET_URL=https://bitbucket.yourcompany.com
|
||||||
BITBUCKET_TOKEN=your_bitbucket_token
|
BITBUCKET_TOKEN=your_bitbucket_token
|
||||||
|
|
||||||
# LLM (Production - Azure OpenAI)
|
# LLM (Production - Azure OpenAI)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue