From 3eafc4a089afafd5ec45b982837733d0581c4e23 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 20 Apr 2016 16:03:42 -0600 Subject: [PATCH] set gpm.releases to `testing` during beta phase --- 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 d3d0580e8..0f0c3a4a9 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -125,5 +125,5 @@ session: httponly: true # Set session HTTP only. If true, indicates that cookies should be used only over HTTP, and JavaScript modification is not allowed. 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)