Skip to content

Commit

Permalink
Add XERO env variables to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Dec 17, 2024
1 parent fa0f6b2 commit b52df4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/technical/install/env_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ There are some Enviorment Variables that must be set and some that can be overri
| APP_SECRET | Symfony ENV var that should be unique string |
| DATABASE_URL | The DSN for database accesss |
| 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. |
| 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 |

0 comments on commit b52df4d

Please sign in to comment.