We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e558c0 commit 51d6775Copy full SHA for 51d6775
CONTRIBUTING.md
@@ -125,6 +125,14 @@ railway up
125
126
Note: By default horizontal scaling is disabled because of the attached volume.
127
128
+In the UI setup the following variables for the service:
129
+- set the `DATABASE_URL` to `file:/data/production.sqlite`
130
+- set the `PRIVY_APP_SECRET` to your Privy app secret
131
+- set the `PRIVY_APP_ID` to your Privy app id
132
+- set the `HYPERGRAPH_CHAIN` to your Hypergraph chain
133
+
134
+Then restart the service in the UI.
135
136
## Deploying your own SyncServer to Fly.io (single instance)
137
138
```sh
0 commit comments