Skip to content

Commit

Permalink
Update documentation for added app configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
suvash committed Mar 11, 2020
1 parent 48174d9 commit 65377da
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/redwood.toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,33 @@

Develompment environment settings can be adjusted using `redwood.toml`.

## web
## [web]

TODO
This table contains the configuration for web side.

### web.host

The hostname (string) to listen to for the web server, defaults to `localhost`. When running the server within containers/VMs, using `0.0.0.0` would allow network connections to/from the host.

### web.port

TODO
The port number (integer) to listen to for the web side.

### web.apiProxyPaths

TODO

## [api]

This table contains the configuration for api side.

## api.host

The hostname (string) to listen to for the web server, defaults to `localhost`. When running the server within containers/VMs, using `0.0.0.0` would allow network connections to/from the host.

## api.port

TODO
The port number (integer) to listen to for the api side.

## browser.open

Expand Down

0 comments on commit 65377da

Please sign in to comment.