QGIS/resources/2to3migration.txt
Alessandro Pasotti e05cca2bed [bugfix][auth] 2to3 settings migrate authcfg for WMS/WFS
Fixes #17402 Authentication settings for WMS/WFS etc. are not migrated from 2 to 3
2017-11-21 09:24:02 +01:00

27 lines
635 B
Plaintext

# version=2
# If you update this file make sure you bump the above version number it must be higher then the last run.
#oldkey;newkey
# Connections
MSSQL/connections/*;*
Qgis/connections-xyz/*;qgis/connections-xyz/*
Qgis/connections-wms/*;qgis/connections-wms/*
Qgis/connections-wfs/*;qgis/connections-wfs/*
# Authentication configurations
Qgis/WMS/*;qgis/WMS/*
Qgis/WFS/*;qgis/WFS/*
# random stuff
browser/favourites;*
svg/searchPathsForSVG;*
Qgis/compileExpressions;*
# variables
variables/names;*
variables/values;*
#Plugin installer
Qgis/plugin-installer/*;app/plugin_installer/*
Qgis/plugin-repos/*;app/plugin_repositories/*