Config File
Add the database.json config file with your database information. You can connect multiple databases through the same agent.
{
"databases": [
{
"name": "devdb",
"type": "postgresql",
"username": "devuser",
"password": "changeme",
"port": 5432,
"host": "localhost",
"generatedId": "16678159-ff7e-4c97-8c83-0adeff214681"
}
]
}
caution
For generatedId
, you will need to generate it yourself using the UUID V4 format .