# -*- conf -*- # ~/.config/pgcli/config (Linux) # Configuración completa de pgcli 4.5.0 [main] smart_completion = True fuzzy_completion = True popup_color = Blue completion_menu_rows = 10 table_format = psql multi_line = False vi = False editor = vim keyring = True row_limit = 1000 less_chatty = False warn = True pager = less -SRXF timing = True syntax_style = monokai case_keywords = upper auto_vertical = True expanded = False history_limit = 5000 [alias_dsn] local = postgresql://usuario@localhost:5432/mi_bd dev = postgresql://dev_user:password@dev-server:5432/dev_db prod = postgresql://admin@prod.empresa.com:5432/production?sslmode=require stats = postgresql://lector@localhost:5432/data_warehouse [colors] keyword = \\x1b[38;5;141m string = \\x1b[38;5;215m number = \\x1b[38;5;83m comment = \\x1b[38;5;244m punctuation = \\x1b[38;5;252m