Skip to content

Commit

Permalink
nopSolutions#6602 Updated note about changing of image storage
Browse files Browse the repository at this point in the history
  • Loading branch information
exileDev committed Feb 28, 2023
1 parent 9b1ca06 commit b6cebc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ public override void Up()
//6555
["Admin.Configuration.AppSettings.Hosting.KnownNetworks"] = "Addresses of known proxy networks",
["Admin.Configuration.AppSettings.Hosting.KnownNetworks.Hint"] = "Specify a list of IP CIDR notations (comma separated) to accept forwarded headers. e.g. 172.64.0.0/13,162.158.0.0/15",
//#6602
["Admin.Configuration.Settings.Media.PicturesStoredIntoDatabase.Note"] = "NOTE: Do not forget to backup your database before changing this option. It is not recommended to change this setting in production environment.",
}, languageId);

#endregion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7945,7 +7945,7 @@
<Value>A value indicating whether pictures are stored in database or file system.</Value>
</LocaleResource>
<LocaleResource Name="Admin.Configuration.Settings.Media.PicturesStoredIntoDatabase.Note">
<Value>NOTE: Do not forget to backup your database before changing this option</Value>
<Value>NOTE: Do not forget to backup your database before changing this option. It is not recommended to change this setting in production environment.</Value>
</LocaleResource>
<LocaleResource Name="Admin.Configuration.Settings.Media.ProductDefaultImage">
<Value>Default image</Value>
Expand Down

0 comments on commit b6cebc6

Please sign in to comment.