Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Dec 2, 2024
1 parent 5594132 commit 9ffe25e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/billing/billabear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Billing - BillaBear"
sidebar_label: "BillaBear"
date: 2020-09-04T17:30:32+02:00
draft: false
sidebar_position: 3
---
BillaBear is a standalone billing system designed to replace Stripe Billing/ChargeBee/etc.

```yaml
parthenon:
billing:
enabled: true
billabear:
enabled: true
api_key: '%env(resolve:BILLABEAR_API_KEY)%'
api_url: '%env(resolve:BILLABEAR_API_URL)%'
```

0 comments on commit 9ffe25e

Please sign in to comment.