From 91d51e075d37b247570ebc8da730ae6499bb4805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C4=9Bmec?= Date: Mon, 4 Apr 2022 14:17:40 +0200 Subject: [PATCH] Fix wrong env name for GCS bucket --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index da6812e0..73f5adc6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -203,7 +203,7 @@ and the `value` column in the `config` table need to be `VARCHAR2(4000)`. If you want to deploy PrivateBin in a serverless manner in the Google Cloud, you can choose the `GoogleCloudStorage` as backend. To use this backend, you create a GCS bucket and specify the name as the model option `bucket`. Alternatively, -you can set the name through the environment variable PASTEBIN_GCS_BUCKET. +you can set the name through the environment variable `PRIVATEBIN_GCS_BUCKET`. The default prefix for pastes stored in the bucket is `pastes`. To change the prefix, specify the option `prefix`.