We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7825c12 commit 4b0ef1bCopy full SHA for 4b0ef1b
heroku.yml
@@ -3,4 +3,4 @@ build:
3
web: Dockerfile
4
5
run:
6
- web: ipfs daemon --init & sleep 5 && uvicorn ipfsgit:app --host 0.0.0.0 --port $PORT
+ web: ipfs daemon --init & sleep 5 && uvicorn ipgit:app --host 0.0.0.0 --port $PORT
ipgit/app.py
@@ -16,7 +16,6 @@
16
17
app = FastAPI()
18
19
-logging.basicConfig(level=logging.INFO)
20
21
logger = logging.getLogger('App')
22
logger.setLevel(logging.INFO)
0 commit comments