NEON_AUTH_URL and NEON_DATA_API_URL redundant
If NEON_AUTH_URL and NEON_DATA_API_URL aren't declared in the env variables they should be derived from the DATABASE_URL by default. Easy win to reduce needed config. Something like
if not NEON_AUTH_URL then extract from DATABASE_URL should cover all use cases.