From 8a4fcd0c98fa5acb0790cd5332ae9bf77a5737f4 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Wed, 6 Jan 2021 11:37:10 +0000 Subject: [PATCH] #163: Change example ICAT_URL to SciGateway preprod - Perhaps a temporary change just to get some automated tests running on GH Actions --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 8aab7943..37cbaae1 100644 --- a/config.json.example +++ b/config.json.example @@ -1,7 +1,7 @@ { "backend": "db", "DB_URL": "mysql+pymysql://root:rootpw@localhost:13306/icatdb", - "ICAT_URL": "https://localhost.localdomain:8181", + "ICAT_URL": "https://scigateway-preprod.esc.rl.ac.uk:8181", "icat_check_cert": false, "log_level": "WARN", "log_location": "/home/user1/datagateway-api/logs.log",