init: initial commit
This commit is contained in:
commit
a1273aa39f
8 changed files with 160 additions and 0 deletions
7
doc/env.md
Normal file
7
doc/env.md
Normal 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 | `.` |
|
Loading…
Add table
Add a link
Reference in a new issue