From 8ddae30a7b455c4d1db4e579686cdd3d8589a953 Mon Sep 17 00:00:00 2001 From: Will Date: Mon, 22 Jun 2026 21:55:26 +0000 Subject: [PATCH] test Signed-off-by: Will --- README.md | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To run a distributed version of this PDS you'll need to use `docker-compose.dist.yaml` as that has the relevant examples of extra config required. It is slightly different in that it only contains the main app. The other helper services (create keys and invite codes can be run manually). -There are also some extra requirements for setting this up: +There are also some extra requirements for setting this up: hello 1: You need to generate a nonce secret and set it as an environment variable `COCOON_NONCE_SECRET`. (Recommend running something like `openssl rand -hex 16`) 2: You need to have a Turso cloud database. See more information [here](https://turso.tech) -- tangled.sh