From ed0cb0c8f24eee8a59a136952fb027e8f5b20d5c Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 1 Oct 2018 21:32:49 -0600 Subject: [PATCH] set to testing mode --- system/config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/system.yaml b/system/config/system.yaml index fad5a1c20..595ed391b 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -142,7 +142,7 @@ session: path: gpm: - releases: stable # Set to either 'stable' or 'testing' + releases: testing # Set to either 'stable' or 'testing' proxy_url: # Configure a manual proxy URL for GPM (eg 127.0.0.1:3128) method: 'auto' # Either 'curl', 'fopen' or 'auto'. 'auto' will try fopen first and if not available cURL verify_peer: true # Sometimes on some systems (Windows most commonly) GPM is unable to connect because the SSL certificate cannot be verified. Disabling this setting might help.