github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/steampipeconfig/testdata/connections_to_update/config/default.spc (about)

     1  
     2  #
     3  # For detailed descriptions, see the reference documentation
     4  # at https://steampipe.io/docs/reference/cli-args
     5  #
     6  
     7  # options "connection" {
     8  #   cache     = true # true, false
     9  #   cache_ttl = 300  # expiration (TTL) in seconds
    10  # }
    11  
    12  # options "database" {
    13  #   port        = 9193    # any valid, open port number
    14  #   listen      = "local" # local (alias for localhost), network (alias for *), or a comma separated list of hosts and/or IP addresses
    15  #   search_path =  ""     # comma-separated string
    16  # }
    17  
    18  # options "terminal" {
    19  #   multi               = false   # true, false
    20  #   output              = "table" # json, csv, table, line
    21  #   header              = true    # true, false
    22  #   separator           = ","     # any single char
    23  #   timing              = false   # true, false
    24  #   search_path         =  ""     # comma-separated string
    25  #   search_path_prefix  =  ""     # comma-separated string
    26  #   watch  			    =  true   # true, false
    27  # }
    28  
    29  # options "general" {
    30  #   update_check = true # true, false
    31  # }