Prechádzať zdrojové kódy

Fix wrong env name for GCS bucket

David Němec 4 rokov pred
rodič
commit
91d51e075d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      INSTALL.md

+ 1 - 1
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
 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
 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,
 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
 The default prefix for pastes stored in the bucket is `pastes`. To change the
 prefix, specify the option `prefix`.
 prefix, specify the option `prefix`.