Justin Zamora

Results 4 comments of Justin Zamora

this is also happening on BSC https://github.com/bnb-chain/bsc/issues/2456

is there a way to set the SSL config now on importer?

ok... we set the config via environment variables. so does that mean using `SPRING_DATASOURCE_USESSL=true` will work since we can use spring config?

We have a script to set the jdbc url and unset the db host, port, and db name to test this ```sh export SPRING_DATASOURCE_URL=jdbc:postgresql://mirror-node-db:5432/mirror_node unset HEDERA_MIRROR_IMPORTER_DB_HOST unset HEDERA_MIRROR_IMPORTER_DB_PORT unset HEDERA_MIRROR_IMPORTER_DB_NAME...