Skip to content

Commit

Permalink
[automated commit] Bump docs to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leorossi authored and github-actions[bot] committed Oct 3, 2023
1 parent c5c0686 commit f0c088b
Show file tree
Hide file tree
Showing 128 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Configuration settings are organized into the following groups:
- [`hotReload`](#hotReload)
- [`allowCycles`](#allowCycles)
- [`telemetry`](#telemetry)
- [`server`](#server)

Configuration settings containing sensitive data should be set using
[configuration placeholders](#configuration-placeholders).
Expand Down Expand Up @@ -148,7 +149,11 @@ Note that OTLP traces can be consumed by different solutions, like [Jaeger](http
}
```

### `server`

This configures the Platformatic Runtime entrypoint `server`. If the entrypoint has also a `server` configured, when the runtime is started, this configuration is used.

See [Platformatic Service server](/docs/reference/service/configuration.md#server) for more details.

## Environment variable placeholders

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a password, should be set using [configuration placeholders](#configuration-plac

### `server`

A **required** object with the following settings:
A object with the following settings:

- **`hostname`** (**required**, `string`) — Hostname where Platformatic Service server will listen for connections.
- **`port`** (**required**, `number` or `string`) — Port where Platformatic Service server will listen for connections.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"collapsed": false,
"items": [
"reference/runtime/introduction",
"reference/runtime/configuration",
"reference/runtime/programmatic"
]
},
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
"1.1.0",
"1.0.0",
"0.47.6",
"0.47.3",
"0.47.2",
"0.47.0"
"0.47.2"
]

0 comments on commit f0c088b

Please sign in to comment.