X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/92ad6544361b38cfbbcc99dee952937f6a8d9124..794cc957324de66edab45373053be3e601090f1f:/cookbooks/db/templates/default/wal-g.erb diff --git a/cookbooks/db/templates/default/wal-g.erb b/cookbooks/db/templates/default/wal-g.erb index 867bdacfc..2297fd4ab 100644 --- a/cookbooks/db/templates/default/wal-g.erb +++ b/cookbooks/db/templates/default/wal-g.erb @@ -2,7 +2,8 @@ # DO NOT EDIT - This file is being maintained by Chef -export WALE_S3_PREFIX="s3://openstreetmap-wal/" +export WALG_S3_PREFIX="s3://openstreetmap-wal/" +export WALG_COMPRESSION_METHOD="lz4" export AWS_ACCESS_KEY_ID="AKIAIQX2LTDOBIW4CZUQ" export AWS_SECRET_ACCESS_KEY="<%= @s3_key %>" export AWS_REGION="eu-west-2"