diff options
author | David Němec <[email protected]> | 2022-04-04 14:17:40 +0200 |
---|---|---|
committer | David Němec <[email protected]> | 2022-04-04 14:17:40 +0200 |
commit | 91d51e075d37b247570ebc8da730ae6499bb4805 (patch) | |
tree | 80623c7942065b97acdf6f43bb1d807e9f65d8eb | |
parent | bd308a0d3bc80b6b985fa392eaef73bc079b434a (diff) | |
download | privatebin-91d51e075d37b247570ebc8da730ae6499bb4805.tar.gz privatebin-91d51e075d37b247570ebc8da730ae6499bb4805.tar.bz2 privatebin-91d51e075d37b247570ebc8da730ae6499bb4805.zip |
Fix wrong env name for GCS bucket
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |