Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 363 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 363 Bytes

###Launch server:

nohup fastapi run app/main.py --reload --port 8281 &

Config:

MATTERMOST_URL - webhook link to MM channel BLOCKFROST_API_KEY - api key for blockfrost PAYERS - payers data (should be edited)

during_day_interval - daily check timezone - timezone for app

ps aux | grep fastapi
pkill -f fastapi