init: initial commit

This commit is contained in:
Strix 2024-01-07 03:28:47 +01:00
commit a1273aa39f
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
8 changed files with 160 additions and 0 deletions

7
doc/env.md Normal file
View file

@ -0,0 +1,7 @@
| key | description | required | default |
|-------------------------|-----------------------------------------------------------|----------|-----------|
| `AUTH_USERNAME` | username for basic http auth | no | `admin` |
| `AUTH_PASSWORD` | password for basic http auth | no | `admin` |
| `BUNQ_API_KEY` | Bunq api key | yes | nothing |
| `BUNQ_ENVIRONMENT_TYPE` | Bunq environment type | no | `sandbox` |
| `BUNQ_CONTEXT_PREFIX` | Prefix the path of where you want/have your bunq contexts | no | `.` |