mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-24 06:19:30 +00:00
7 lines
146 B
TOML
7 lines
146 B
TOML
# Basic config for testing
|
|
[api]
|
|
database_url = "sqlite:///./leggen.db"
|
|
|
|
[openbanking]
|
|
secret_id = "fake_secret_id"
|
|
secret_key = "fake_secret_key" |