mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-15 01:00:04 -04:00
Steampipe hard coded some performance related runtime flags in the server start configuration. This means they aren't editable after the binary is compiled. This commit appends the all flags which were previously not modifyable to a steampipe.conf file, and adds a postgresql.conf file, which loads the steampipe.conf and all files in the postgresql.conf.d folder. Custom settings or overrides of the default values can be set in any file ending in ".conf" in the postgresql.conf.d folder if the user chooses to do so afterwords. The flags which are editable in a steampipe config, such as SSL and log location (as an extension of data location) remain. Signed-off-by: Tyler Ramer <tramer@yugabyte.com>