We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe023bc commit 54b9344Copy full SHA for 54b9344
1 file changed
docs/config.md
@@ -33,6 +33,7 @@ The following configuration options are available.
33
| debug | false | _unused_ |
34
| port | 8000 | connection port |
35
| host | 127.0.0.1 | host to listen for connections |
36
+| public_url | _None_ | public url for performing request validation |
37
| database_url | mysql://root@127.0.0.1/syncstorage | database DSN |
38
| database_pool_max_size | _None_ | Max pool of database connections |
39
| master_secret| _None_ | Sync master encryption secret |
0 commit comments