We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per uSync 4 you should beable to override the main settings in the web.config https://our.umbraco.com/packages/developer-tools/usync/usync/99117-usync-8-wbconfig-appsettings-overides
The text was updated successfully, but these errors were encountered:
The following can be added via the web.config
<add key="uSync.FlatFolders" value="true" /> <add key="uSync.ImportAtStartup" value="true" /> <add key="uSync.ExportAtStartup" value="false" /> <add key="uSync.ExportOnSave" value="true" /> <add key="uSync.UseGuidFilenames" value="true" /> <add key="uSync.Folder" value="~/uSync/v82" /> <add key="uSync.DefaultHandlerSet" value="publish" />
Sorry, something went wrong.
Fixed in a7d52f6
KevinJump
No branches or pull requests
As per uSync 4 you should beable to override the main settings in the web.config
https://our.umbraco.com/packages/developer-tools/usync/usync/99117-usync-8-wbconfig-appsettings-overides
The text was updated successfully, but these errors were encountered: