Hi all! Is it work if i replace this connection to...
# ask-community
a
Hi all! Is it work if i replace this connection to my postgres server outside the VM?
Copy code
PREFECT_API_DATABASE_CONNECTION_URL="<postgresql+asyncpg://postgres:yourTopSecretPassword@localhost:5432/prefect>"
Thank you