Simple suggestion, but maybe config could be done via env vars without having to edit the app.py file for configuring stuff like these => https://github.com/calliapp/server/blob/main/app.py#L27
import os
...
os.getenv("BASE_URL", "https://calliapp.dev")
for example.
Simple suggestion, but maybe config could be done via env vars without having to edit the
app.pyfile for configuring stuff like these => https://github.com/calliapp/server/blob/main/app.py#L27for example.