Skip to content

Commit

Permalink
Update default graphql URL (#363)
Browse files Browse the repository at this point in the history
* Update default graphql URL
  • Loading branch information
bsquizz authored May 2, 2024
1 parent 9c91686 commit d0e7bb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bonfire/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
DEFAULT_CONFIG_DATA = resource_filename("bonfire", "resources/default_config.yaml")
DEFAULT_RESERVATION_TEMPLATE = resource_filename("bonfire", "resources/reservation-template.yaml")

DEFAULT_GRAPHQL_URL = "https://app-interface.apps.appsrep05ue1.zqxk.p1.openshiftapps.com/graphql"
DEFAULT_GRAPHQL_URL = (
"https://app-interface.apps.rosa.appsrep09ue1.03r5.p3.openshiftapps.com/graphql"
)

DEFAULT_ELASTICSEARCH_HOST = "https://localhost:9200/"
DEFAULT_ELASTICSEARCH_INDEX = "search-bonfire"
Expand Down

0 comments on commit d0e7bb2

Please sign in to comment.