mirror of
https://github.com/getgrav/grav.git
synced 2026-02-28 01:21:30 +01:00
Set default config to testing
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -41,5 +41,5 @@ debugger:
|
||||
shutdown:
|
||||
close_connection: true
|
||||
gpm:
|
||||
releases: stable
|
||||
releases: testing
|
||||
verify_peer: true
|
||||
|
||||
Reference in New Issue
Block a user