Skip to content
Snippets Groups Projects
Verified Commit f07dea68 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

sysadmin: Fix graphql url for the staging environment

parent f3a011f3
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ Service URL
swh-web https://webapp.staging.swh.network
swh-deposit https://deposit.staging.swh.network
swh-objstorage read-only [4] https://objstorage.staging.swh.network
swh-graphql https://graphql.staging.swh.network
swh-graphql https://webapp.staging.swh.network/graphql/
software stories https://software-stories.staging.swh.network
Journal TLS broker[1-2].journal.staging.swh.network:9093
============================ ============================================
......@@ -61,6 +61,10 @@ Internal services
+--------------------------+------------------------------------------------------+--------+------------+
| Journal internal TLS | journal[1-2].internal.staging.swh.network:9094 | | X |
+--------------------------+------------------------------------------------------+--------+------------+
| Webapp with cassandra | https://webapp-cassandra.internal.staging.swh.network| X | |
+--------------------------+------------------------------------------------------+--------+------------+
| Graphql with cassandra | https://webapp-cassandra.internal.staging.swh.network/graphql/ | X | |
+--------------------------+------------------------------------------------------+--------+------------+
SWH backends
~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment