time=2026-06-19T23:20:17.631Z level=INFO msg="starting server" listen=:8080 base_url=https://cache.xxx.yyy ui_url=https://cache.xxx.yyyy storage="s3://proxy?s3ForcePathStyle=true" database=./cache/proxy.db
Is printing database=./cache/proxy.db
But I set both PROXY_DATABASE_DRIVER=postgres and `PROXY_DATABASE_URL``
and the tables and migration had been created in postgresql
Is printing
database=./cache/proxy.dbBut I set both
PROXY_DATABASE_DRIVER=postgresand `PROXY_DATABASE_URL``and the tables and migration had been created in postgresql