diff options
author | El RIDO <[email protected]> | 2022-04-04 19:12:45 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-04 19:12:45 +0200 |
commit | 21400d4928e9f4a373efc1a459a994e6da996906 (patch) | |
tree | 80623c7942065b97acdf6f43bb1d807e9f65d8eb | |
parent | bd308a0d3bc80b6b985fa392eaef73bc079b434a (diff) | |
parent | 91d51e075d37b247570ebc8da730ae6499bb4805 (diff) | |
download | privatebin-21400d4928e9f4a373efc1a459a994e6da996906.tar.gz privatebin-21400d4928e9f4a373efc1a459a994e6da996906.tar.bz2 privatebin-21400d4928e9f4a373efc1a459a994e6da996906.zip |
Merge pull request #910 from davidnemec/fix-env-name
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`. |