Skip to content

Commit

Permalink
Add SOFT_SERVE_HOST and SOFT_SERVE_BIND_ADDRESS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Padilla authored and toby committed Feb 23, 2022
1 parent 91fd3fe commit 192c4d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ In addition to the Git-based configuration above, there are a few
environment-level settings:
* `SOFT_SERVE_PORT`: SSH listen port (_default 23231_)
* `SOFT_SERVE_HOST`: SSH listen host (_default 0.0.0.0_)
* `SOFT_SERVE_HOST`: Address to use in public clone URLs
* `SOFT_SERVE_BIND_ADDRESS`: Network interface to listen on (_default 0.0.0.0_)
* `SOFT_SERVE_KEY_PATH`: SSH host key-pair path (_default .ssh/soft_serve_server_ed25519_)
* `SOFT_SERVE_REPO_PATH`: Path where repos are stored (_default .repos_)
* `SOFT_SERVE_INITIAL_ADMIN_KEY`: The public key that will initially have admin access to repos (_default ""_). This must be set before `soft` runs for the first time and creates the `config` repo. If set after the `config` repo has been created, this setting has no effect.
Expand Down

0 comments on commit 192c4d9

Please sign in to comment.