use settings module (#136)

* use settings module
This commit is contained in:
calle
2023-03-16 00:59:50 +01:00
committed by GitHub
parent 51156799b9
commit f3a31fd09e
18 changed files with 222 additions and 173 deletions

View File

@@ -31,8 +31,8 @@ jobs:
env:
LIGHTNING: False
MINT_PRIVATE_KEY: "testingkey"
MINT_SERVER_HOST: 0.0.0.0
MINT_SERVER_PORT: 3337
MINT_LISTEN_HOST: 0.0.0.0
MINT_LISTEN_PORT: 3337
run: |
nohup poetry run mint &
- name: Run tests