|
18 | 18 | //#if (QueryTool) |
19 | 19 | //QueryTool should use a different connection string than the main app for security reasons (possibly readonly and no DDL commands) |
20 | 20 | //#if (SQLite) |
21 | | - "QueryToolConnectionString": "Data Source=appdata.db;Pooling=false;Mode=ReadWrite" |
| 21 | + "QueryToolConnectionString": "Data Source=appdata.db;Pooling=false;Mode=ReadWrite", |
22 | 22 | //#endif |
23 | 23 | //#if (MSSQL) |
24 | | - "QueryToolConnectionString": "Server=(localdb)\\mssqllocaldb;Database=WebApp-0353CAB0-205A-4FCD-9626-1282ECF47059;Trusted_Connection=True;MultipleActiveResultSets=true" |
| 24 | + "QueryToolConnectionString": "Server=(localdb)\\mssqllocaldb;Database=WebApp-0353CAB0-205A-4FCD-9626-1282ECF47059;Trusted_Connection=True;MultipleActiveResultSets=true", |
25 | 25 | //#endif |
26 | 26 | //#if (MySql) |
27 | | - "QueryToolConnectionString": "Server=localhost;Database=yourdbname;Uid=yourdbuser;Pwd=yourdbpassword;Charset=utf8;" |
| 27 | + "QueryToolConnectionString": "Server=localhost;Database=yourdbname;Uid=yourdbuser;Pwd=yourdbpassword;Charset=utf8;", |
28 | 28 | //#endif |
29 | 29 | //#if (pgsql) |
30 | 30 | "QueryToolConnectionString": "Server=yourserver;Port=5432;User Id=youruser;Password=yourpassword;Database=yourdbname;Pooling=true;Minimum Pool Size=0;Maximum Pool Size=20;" |
|
48 | 48 | "MySqlEntityFrameworkConnection": "Server=localhost;Database=yourdbname;Uid=yourdbuser;Pwd=yourdbpassword;Charset=utf8;", |
49 | 49 | //EFCore pgsql |
50 | 50 | "PostgreSqlEntityFrameworkConnection": "Server=yourserver;Port=5432;User Id=youruser;Password=yourpassword;Database=yourdbname;Pooling=true;Minimum Pool Size=0;Maximum Pool Size=20;", |
51 | | - //#if (QueryTool) |
| 51 | + //#if (QueryTool) |
52 | 52 | //QueryTool should use a different connection string than the main app for security reasons (possibly readonly and no DDL commands) |
53 | | - "QueryToolConnectionString": "Data Source=appdata.db;Pooling=false;Mode=ReadWrite" //or one of the above |
54 | | - //#endif |
| 53 | + "QueryToolConnectionString": "Data Source=appdata.db;Pooling=false;Mode=ReadWrite" //or one of the above |
| 54 | + //#endif |
55 | 55 | }, |
56 | 56 | //#endif |
57 | 57 |
|
|
126 | 126 | }, |
127 | 127 | //#endif |
128 | 128 |
|
| 129 | + //#if (CommentSystem) |
| 130 | + "SummernoteOptions_TalkaboutComments": { |
| 131 | + "CustomConfigPath": "/talk/js/summernote-talkabout-comments-config.json", |
| 132 | + "CustomToolbarConfigPath": "/talk/js/summernote-talkabout-comments-toolbar-config.json", |
| 133 | + "FileBrowseUrl": "", |
| 134 | + "ImageBrowseUrl": "", |
| 135 | + "VideoBrowseUrl": "", |
| 136 | + "AudioBrowseUrl": "", |
| 137 | + "DropFileUrl": "", |
| 138 | + "CropFileUrl": "", |
| 139 | + "LanguageCode": "" |
| 140 | + }, |
| 141 | + //#endif |
| 142 | + |
129 | 143 | //#if (KvpCustomRegistration) |
130 | 144 | "ProfilePropertySetContainer": { |
131 | 145 | "UserListingViewName": "index_kvp", |
|
254 | 268 |
|
255 | 269 | "ContentSettingsUIConfig": { |
256 | 270 | //#if (CommentSystem) |
257 | | - "ShowCommentSettings": false, |
| 271 | + "ShowCommentSettings": true, |
258 | 272 | //#endif |
259 | 273 | //#if (SimpleContentConfig != 'a') |
260 | 274 | "ShowBlogMenuOptions": false, |
|
0 commit comments