Skip to content

Commit

Permalink
print env vars on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoso-neto authored Feb 2, 2024
1 parent 3e79217 commit f451399
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/memetrics/__main__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import os

import uvicorn

from .settings import Settings


def main():
print(os.environ)
settings = Settings()
uvicorn.run(
app="memetrics.app:create_app",
Expand Down

0 comments on commit f451399

Please sign in to comment.