From b9e42d0f31dcc58b7d963229ef5ece3244685940 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 7 Jan 2020 19:07:22 +0100 Subject: [PATCH] fixed link --- rtfm/CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtfm/CONFIG.md b/rtfm/CONFIG.md index 2d21c7e..225125e 100644 --- a/rtfm/CONFIG.md +++ b/rtfm/CONFIG.md @@ -22,7 +22,7 @@ PictShare has an extention system that allows handling of multiple storage solut |Option | value type | What it does| |--- | --- | ---| -|ENCRYPTION_KEY | base64 string | The key used to encrypt/decrypt files stored in storage controllers. See [/rtfm/ENCRYPTION.md] for setup guide | +|ENCRYPTION_KEY | base64 string | The key used to encrypt/decrypt files stored in storage controllers. See (/rtfm/ENCRYPTION.md)[/rtfm/ENCRYPTION.md] for setup guide | | ALT_FOLDER | string | All uploaded files will be copied to this location. This location can be a mounted network share (eg NFS or FTP, etc). If a file is not found in the normal upload direcotry, ALT_FOLDER will be checked. [more info about scaling PictShare](/rtfm/SCALING.md) | |S3_BUCKET | string | Name of your [S3 bucket](https://aws.amazon.com/s3/) | |S3_ACCESS_KEY | string | Access key for your bucket|