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 243b697 commit ca6d067Copy full SHA for ca6d067
1 file changed
docs/src/config.md
@@ -34,6 +34,7 @@ The following configuration options are available.
34
| --- | --- | --- |
35
| <span id="SYNC_HOST"></span>SYNC_HOST | 127.0.0.1 | Host address to bind the server to |
36
| <span id="SYNC_PORT"></span>SYNC_PORT | 8000 | Server port to bind to |
37
+| <span id="SYNC_PUBLIC_URL"></span>SYNC_PUBLIC_URL | _None_ | public url for performing request validation |
38
| <span id="SYNC_MASTER_SECRET"></span>SYNC_MASTER_SECRET | None, required | Secret used to derive auth secrets |
39
| <span id="SYNC_ENVIRONMENT"></span>SYNC_ENVIRONMENT | dev | Environment name ("dev", "stage", "prod") |
40
| <span id="SYNC_HUMAN_LOGS"></span>SYNC_HUMAN_LOGS | false | Enable human-readable logs |
0 commit comments