|
27 | 27 | <!--<add name="BlogEngine" connectionString="Data Source=localhost;User ID=usernmae;Password=password;persist security info=False;initial catalog=BlogEngineFileStore;" providerName="System.Data.SqlClient"/>--> |
28 | 28 | </connectionStrings> |
29 | 29 | <appSettings> |
30 | | - <!-- Set to WebForms causes some jQuery dependant scripts throw errors --> |
31 | | - <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" /> |
32 | | - <add key="BlogEngine.FileExtension" value=".aspx" /> |
33 | | - <!-- You can e.g. use "~/blog/" if BlogEngine.NET is not located in the root of the application --> |
34 | | - <add key="BlogEngine.VirtualPath" value="~/" /> |
35 | | - <!-- The regex used to identify mobile devices so a different theme can be shown --> |
36 | | - <add key="BlogEngine.MobileDevices" value="(iemobile|iphone|ipod|android|nokia|sonyericsson|blackberry|samsung|sec\-|windows ce|motorola|mot\-|up.b|midp\-)" /> |
37 | | - <!-- The name of the role with administrator permissions --> |
38 | | - <add key="BlogEngine.AdminRole" value="Administrators" /> |
39 | | - <!-- The name of the role for anonymous(non-authenticated) users. --> |
40 | | - <add key="BlogEngine.AnonymousRole" value="Anonymous" /> |
41 | | - <!-- The name of the role for Editors --> |
42 | | - <add key="BlogEngine.EditorsRole" value="Editors" /> |
43 | | - <!--This value is to provide an alternative location for storing data.--> |
44 | | - <add key="StorageLocation" value="~/App_Data/" /> |
45 | | - <!--This value is the folder name under the StorageLocation that data for blog instances will be stored in.--> |
46 | | - <add key="BlogInstancesFolderName" value="blogs" /> |
47 | | - <!--A comma separated list of script names to hard minify. It's case-sensitive. --> |
48 | | - <add key="BlogEngine.HardMinify" value="blog.js,widget.js,WebResource.axd" /> |
49 | | - <!--Any data grid in the admin panel should use this value for default number of items per page.--> |
50 | | - <add key="BlogEngine.GenericPageSize" value="15" /> |
51 | | - <!--Single Sign On Support.--> |
52 | | - <add key="BlogEngine.SingleSignOn" value="false" /> |
53 | | - <!--Sitemap schema URL.--> |
54 | | - <add key="BlogEngine.SiteMapUrlSet" value="http://www.sitemaps.org/schemas/sitemap/0.9" /> |
55 | | - <!--Default admin editor (~/admin/editors/summernote/editor.cshtml is default) --> |
56 | | - <add key="BlogEngine.DefaultEditor" value="~/admin/editors/summernote/editor.cshtml" /> |
57 | | - <!--<add key="BlogEngine.GalleryFeedUrl" value="http://localhost/v01/nuget" />--> |
| 30 | + <!-- Override default application settings here --> |
58 | 31 | </appSettings> |
59 | 32 | <system.serviceModel> |
60 | 33 | <services> |
|
0 commit comments