Skip to content
New issue

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

Web.Config Settings overrides. #42

Closed
KevinJump opened this issue Sep 18, 2019 · 2 comments
Closed

Web.Config Settings overrides. #42

KevinJump opened this issue Sep 18, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@KevinJump
Copy link
Owner

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

@KevinJump KevinJump self-assigned this Sep 18, 2019
@KevinJump KevinJump added the enhancement New feature or request label Sep 18, 2019
@KevinJump KevinJump added this to the 8.2.1 - Patche Release milestone Sep 18, 2019
@KevinJump
Copy link
Owner Author

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" /> 

@KevinJump
Copy link
Owner Author

Fixed in a7d52f6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant