Skip to content

Commit 22b8a27

Browse files
anjeylinkdmh
authored andcommitted
[TASK] change default solr core name to 'core' (#487)
* [TASK] change default solr core name to 'core' * [TASK] remove solr name condition for docker
1 parent 5e4f8c7 commit 22b8a27

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Configuration/TypoScript/Library/themes.basic.constantsts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ themes.configuration.siteDomain = t3kit.testserver.pixelant.nu
4646
# cat=theme,expert/solr/; type=options[0,1]; label= Enable solr search
4747
themes.configuration.features.enableSolr = 0
4848
# cat=theme,expert/solr/; type=string; label= Base solr core name (no spaces): Will be combined with language ISO code in solr path
49-
themes.configuration.features.solrBaseCoreName = t3kit
49+
themes.configuration.features.solrBaseCoreName = core
5050

5151

5252
# customsubcategory=layout= FElayout
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
2-
[applicationContext = Development/Docker, Production/Docker]
3-
themes.configuration.features.solrBaseCoreName = core
4-
[global]

0 commit comments

Comments
 (0)