Skip to content
Snippets Groups Projects
Commit f6eea36b authored by David Mendez's avatar David Mendez
Browse files

Eubopen: allow to join from eubcompounds to eubassays

parent 439f0243
No related branches found
No related tags found
1 merge request!88Changes for the Midterm Review
......@@ -61,6 +61,9 @@ export default {
entityBrowserStateUrlTemplate:
process.env.ENTITY_BROWSER_STATE_URL_TEMPLATE ||
'/<BROWSER_NAME>/browse/<GENERATED_STATE>',
entityBrowserStateUrlTemplateNew:
process.env.ENTITY_BROWSER_STATE_URL_TEMPLATE_NEW ||
'/<BROWSER_NAME>/browse/<GENERATED_STATE>',
canonicalDomain: process.env.CANONICAL_DOMAIN || '0.0.0.0:3000',
GOOGLE_ANALYTICS_ID: process.env.GOOGLE_ANALYTICS_ID,
esDataMaxURLLength: 4094,
......
Subproject commit 317a8d646ddd85540e67bde72df3016bd738db68
Subproject commit 17dea0638968ad291c50a5e23648eeddf193f50e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment