From 7973dab90c6d72ef9489a3f384b5bdbca4592912 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Thu, 24 Jul 2025 13:02:36 +0200 Subject: [PATCH] improve instructions --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3d182599..cac8de58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,6 +125,14 @@ railway up Note: By default horizontal scaling is disabled because of the attached volume. +In the UI setup the following variables for the service: +- set the `DATABASE_URL` to `file:/data/production.sqlite` +- set the `PRIVY_APP_SECRET` to your Privy app secret +- set the `PRIVY_APP_ID` to your Privy app id +- set the `HYPERGRAPH_CHAIN` to your Hypergraph chain + +Then restart the service in the UI. + ## Deploying your own SyncServer to Fly.io (single instance) ```sh