From eea70d380cc54e18529c31ea86deb38febed5b3b Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 5 Nov 2018 16:10:54 -0700 Subject: [PATCH] Set default config to testing --- system/config/system.yaml | 2 +- user/config/system.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/config/system.yaml b/system/config/system.yaml index 99bc1fc1f..6a9b3706c 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -150,7 +150,7 @@ session: path: gpm: - releases: testing # Set to either 'stable' or 'testing' + releases: stable # 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. diff --git a/user/config/system.yaml b/user/config/system.yaml index 99a627e41..db6bc364b 100644 --- a/user/config/system.yaml +++ b/user/config/system.yaml @@ -41,5 +41,5 @@ debugger: shutdown: close_connection: true gpm: - releases: stable + releases: testing verify_peer: true