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 a21a7d4 commit c534b7eCopy full SHA for c534b7e
docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -132,6 +132,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
132
- `START_SSH_SERVER`: **false**: When enabled, use the built-in SSH server.
133
- `SSH_DOMAIN`: **%(DOMAIN)s**: Domain name of this server, used for displayed clone URL.
134
- `SSH_PORT`: **22**: SSH port displayed in clone URL.
135
+- `SSH_LISTEN_HOST`: **0.0.0.0**: Listen address for the built-in SSH server.
136
- `SSH_LISTEN_PORT`: **%(SSH\_PORT)s**: Port for the built-in SSH server.
137
- `OFFLINE_MODE`: **false**: Disables use of CDN for static files and Gravatar for profile pictures.
138
- `DISABLE_ROUTER_LOG`: **false**: Mute printing of the router log.
0 commit comments