aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-06-15 18:06:22 +0100
committerJonathan Davies <jpds@protonmail.com>2023-06-19 10:15:30 +0100
commita5ae566e0be487553839c843ffde4909a8146b4a (patch)
treee5cdf63cc9edab166316416a1a13410b63aefb62
parent185f9e78f3c2ba80424e9e9c7c8ffc58a005c91b (diff)
downloadgarage-a5ae566e0be487553839c843ffde4909a8146b4a.tar.gz
garage-a5ae566e0be487553839c843ffde4909a8146b4a.zip
apps/index.md: Fixed endpoint URL example.
-rw-r--r--doc/book/connect/apps/index.md2
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...