Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading