Commit ff379d19 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] New instances: earth, health, msh

parent a672c636
......@@ -17,11 +17,15 @@ import Gargantext.Utils (href)
defaultBackends :: NonEmpty Array Backend
defaultBackends = backend' "Demo" "Public Show room" "https://demo.gargantext.org"
:| [ backend' "Education" "Training/Formation" "https://formation.gargantext.org"
, backend' "Organization" "CNRS/ISCPIF Unit" "https://cnrs.gargantext.org"
, backend' "Academia" "Academia" "https://academia.sub.gargantext.org"
, backend' "Organization" "CNRS" "https://cnrs.gargantext.org"
, backend' "Organization" "Mines Telecom Institute" "https://imt.sub.gargantext.org"
, backend' "Organization" "Hello Word Company" "https://helloword.gargantext.org"
, backend' "Networking" "Complex Systems Community" "https://complexsystems.gargantext.org"
, backend' "Community" "Complex Systems" "https://complexsystems.gargantext.org"
, backend' "Networking" "European Projects" "https://europa.gargantext.org"
, backend' "Community" "Earth" "https://earth.sub.gargantext.org"
, backend' "Community" "Health" "https://health.sub.gargantext.org"
, backend' "Community" "MSH" "https://msh.sub.gargantext.org"
, backend' "Development" "Main SandBox" "https://dev.sub.gargantext.org"
, backend' "Private" "Offline Bunker" "http://localhost:8008"
]
......
Markdown is supported
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