Is there a way to add additional postgre connection config

i am getting an error while trying to connect remote postgre database.

error which i getting to connect remote postgre database:

“pq: unsupported startup parameter: extra_float_digits”

but I can connect that database via pgAdmin.
based on my search I guess I need to set this parameter my connection.
ignore_startup_parameters = extra_float_digits

Do you have any clue ?

Thank you for you all.