diff --git a/website/docs/admin_settings_local.md b/website/docs/admin_settings_local.md index b254beb53b..8935b29fb5 100644 --- a/website/docs/admin_settings_local.md +++ b/website/docs/admin_settings_local.md @@ -16,13 +16,19 @@ OpenPype stores some of it's settings and configuration in local file system. Th ## Categories ### OpenPype Mongo URL +The **Mongo URL** is the database URL given by your Studio. More details [here](artist_getting_started.md#mongodb). ### General +**OpenPype Username** : enter your username (if not provided, it uses computer session username by default). This username is used to sign your actions on **OpenPype**, for example the "author" on a publish. +**Admin permissions** : When enabled you do not need to enter a password (if defined in Studio Settings) to access to the **Admin** section. ### Experimental tools +Future version of existing tools or new ones. +### Environments +Local replacement of the environment data of each software and additional internal data necessary to be loaded correctly. ### Applications +Local override of software executable paths for each version. More details [here](admin_settings_system.md#applications). ### Project Settings - - +The **Project Settings** allows to determine the root folder. More details [here](module_site_sync.md#local-settings). diff --git a/website/docs/assets/settings/settings_local.png b/website/docs/assets/settings/settings_local.png index d2cf1c920d..725c332747 100644 Binary files a/website/docs/assets/settings/settings_local.png and b/website/docs/assets/settings/settings_local.png differ