-
Notifications
You must be signed in to change notification settings - Fork 64
Configurations
Kevin Jump edited this page Sep 6, 2015
·
3 revisions
Out of the box, uSync is configured to work in a development environment where one or more developers are working on an umbraco solution.
The assumed setup of uSync is:
- each developer has their own copy of umbraco, pointing to their own database,
- using either file copies or source control, developers keep the files in their local umbraco installs in sync (but not any database files).
- uSync then imports and configuration changes when a site is started (
Import
), and is saves any changes made in umbraco by the developer (ExportOnSave
).
the uSync configuration is controlled in uSyncBackOffice.config
. for the default config.
<Import>True</Import>
<ExportAtStartup>False</ExportAtStartup>
<ExportOnSave>True</ExportOnSave>
<WatchForFileChanges>false</WatchForFileChanges>