Skip to content

Commit

Permalink
Add rollbar env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Dec 17, 2024
1 parent b52df4d commit 6d14ec2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/technical/install/env_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ There are some Enviorment Variables that must be set and some that can be overri
| MESSENGER_TRANSPORT_DSN | Symfony Messenger DSN for if you're changing the background processing messenger |
| MAILER_DSN | The Symfony Mailer DSN which is used for the System Email settings. |
| XERO_CLIENT_ID | The Client ID for the Xero App |
| XERO_CLIENT_SECRET | The client secret for the Xero App |
| XERO_CLIENT_SECRET | The client secret for the Xero App |
| ROLLBAR_ENABLED | true or false if Rollbar error logging is enabled |
| ROLLBAR_API_KEY | Rollbar's API Key |
| ROLLBAR_ENV | The environment you want to report to Rollbar as |

0 comments on commit 6d14ec2

Please sign in to comment.