diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-06-15 18:06:22 +0100 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-06-19 10:15:30 +0100 |
commit | a5ae566e0be487553839c843ffde4909a8146b4a (patch) | |
tree | e5cdf63cc9edab166316416a1a13410b63aefb62 /doc/book/connect | |
parent | 185f9e78f3c2ba80424e9e9c7c8ffc58a005c91b (diff) | |
download | garage-a5ae566e0be487553839c843ffde4909a8146b4a.tar.gz garage-a5ae566e0be487553839c843ffde4909a8146b4a.zip |
apps/index.md: Fixed endpoint URL example.
Diffstat (limited to 'doc/book/connect')
-rw-r--r-- | doc/book/connect/apps/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/connect/apps/index.md b/doc/book/connect/apps/index.md index 5e4b9223..83aadec2 100644 --- a/doc/book/connect/apps/index.md +++ b/doc/book/connect/apps/index.md @@ -586,7 +586,7 @@ secret_key = 'abcdef0123456789...' ``` PICTRS__STORE__TYPE=object_storage -PICTRS__STORE__ENDPOINT=http:/my-garage-instance.mydomain.tld:3900 +PICTRS__STORE__ENDPOINT=http://my-garage-instance.mydomain.tld:3900 PICTRS__STORE__BUCKET_NAME=pictrs-data PICTRS__STORE__REGION=garage PICTRS__STORE__ACCESS_KEY=GK... |