[[database]] Name = 'Producción' Provider = 'postgres' DBName = 'foo' URL = 'postgres://${env:DB_USER}:${env:DB_PASSWORD}@localhost:${port}/foo' ReadOnly = true Commands = [ { Command = 'ssh -tt remote-bastion -L ${port}:localhost:5432', WaitForPort = '${port}' }, { Command = 'whoami', SaveOutputTo = 'user' }, ] [[database]] Name = 'Desarrollo' Provider = 'postgres' DBName = 'foo' URL = 'postgres://postgres:pass@localhost:5432/foo' [application] DefaultPageSize = 300 DisableSidebar = false SidebarOverlay = false JSONViewerWordWrap = false EnterOpensJSONViewer = false ConfirmOnQuit = true