Skip to content

Commit 24fac9b

Browse files
committed
Remove BRC subdomain from nonagon
1 parent e9b500a commit 24fac9b

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

env/main/group_vars/all/galaxy_config_vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ base_app_main: &BASE_APP_MAIN
208208
brand_by_host:
209209
singlecell.usegalaxy.org: Single Cell Omics
210210
microbiology.usegalaxy.org: Microbiology
211-
brc.usegalaxy.org: BRC Analytics
211+
#brc.usegalaxy.org: BRC Analytics
212212

213213
default_panel_view_by_host:
214214
singlecell.usegalaxy.org: singlecell
@@ -256,6 +256,7 @@ base_app_main: &BASE_APP_MAIN
256256
max_metadata_value_size: 1000000
257257
allow_user_impersonation: true
258258
enable_beta_markdown_export: true
259+
enable_beta_tool_formats: true
259260
use_access_logging_middleware: true
260261

261262
#tool_search_limit: 30

env/main/group_vars/all/vars.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ galaxy_themes_subdomains:
7878
microbiology:
7979
masthead:
8080
color: "#21a685"
81-
- name: brc
82-
theme:
83-
brc:
84-
masthead:
85-
color: >-
86-
linear-gradient(90deg,
87-
rgba(255,255,255,1) 0%,
88-
rgba(40,40,91,1) 100%)
81+
#- name: brc
82+
# theme:
83+
# brc:
84+
# masthead:
85+
# color: >-
86+
# linear-gradient(90deg,
87+
# rgba(255,255,255,1) 0%,
88+
# rgba(40,40,91,1) 100%)

0 commit comments

Comments
 (0)