in my prodigy.json I have
{
"batch_size": 5,
"host":"0.0.0.0",
"instructions":"/prodigy/instructions.txt",
"hide_meta": true,
"choice_auto_accept": true,
"db_settings": {
"postgresql": {
"host":"cloudstorage.postgres.address.redacted,
"database": "a_db_name",
"port": 5432,
"user":"a_user_admi",
"password":"redacted"
}
}
}
root@
While other settings are being read from the file
I see from logs that the server connects to:
22:39:22 - DB: Initialising database SQLite
22:39:22 - DB: Connecting to database SQLite