From: Karl O. Pinc Date: Wed, 20 Jan 2021 18:10:07 +0000 (-0600) Subject: Reorganize docs in ini files X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=fde85883328c31f4977f0cecf252b1d493aac12d;p=pgwui_server Reorganize docs in ini files --- diff --git a/examples/etc/pgwui.ini b/examples/etc/pgwui.ini index c911a69..c121ded 100644 --- a/examples/etc/pgwui.ini +++ b/examples/etc/pgwui.ini @@ -223,13 +223,14 @@ pgwui.dry_run = False # pgwui_bulk_upload -# pgwui_bulk_upload.literal_column_headings: -# Take uploaded column headings literally? -# See pgwui_upload above for details. - -# pgwui_bulk_upload.map_file = contents.yml -# Name of the file in the zip file that maps file names to table -# names. The default name of the map file is `contents.yml`. +#pgwui.pgwui_upload = +# literal_column_headings = off +# # Take uploaded column headings literally? +# # See pgwui_upload above for details. +# # menu_label = upload -- Upload File Into Database +# map_file = contents.yml +# # Name of the file in the zip file that maps file names to table +# # names. The default name of the map file is `contents.yml`. # # The map file is in YAML syntax, which for purposes of this document # can be thought of as a superset of JSON. It must contain a top-level diff --git a/examples/misc/development.ini b/examples/misc/development.ini index a2080d3..f522204 100644 --- a/examples/misc/development.ini +++ b/examples/misc/development.ini @@ -228,13 +228,14 @@ pgwui.validate_hmac = False # pgwui_bulk_upload -# pgwui_bulk_upload.literal_column_headings: -# Take uploaded column headings literally? -# See pgwui_upload above for details. - -# pgwui_bulk_upload.map_file = contents.yml -# Name of the file in the zip file that maps file names to table -# names. The default name of the map file is `contents.yml`. +#pgwui.pgwui_upload = +# literal_column_headings = off +# # Take uploaded column headings literally? +# # See pgwui_upload above for details. +# # menu_label = upload -- Upload File Into Database +# map_file = contents.yml +# # Name of the file in the zip file that maps file names to table +# # names. The default name of the map file is `contents.yml`. # # The map file is in YAML syntax, which for purposes of this document # can be thought of as a superset of JSON. It must contain a top-level