3
0

Fix a typo, add empty line at end of file

This commit is contained in:
Urban Klinc
2020-12-02 11:30:25 +01:00
parent 595d929e89
commit 6b928d3a18
27 changed files with 27 additions and 28 deletions

View File

@@ -20,4 +20,4 @@
{{- end -}}
|{{ $prop.Description }}
{{- end }}
|===
|===

View File

@@ -14,4 +14,4 @@
3+| *DB_DSN*
|`string`
|"sqlite3://file::memory:?cache=shared&mode=memory"|Database connection string.
|===
|===

View File

@@ -4,5 +4,4 @@ name: DB
props:
- name: DSN
default: "sqlite3://file::memory:?cache=shared&mode=memory"
description: |
Database connection string.
description: Database connection string.

View File

@@ -20,4 +20,4 @@ We strongly recommend keeping this value set to false except for local developme
3+| *HTTP_CLIENT_TIMEOUT*
|`time.Duration`
|30 * time.Second|Default timeout for clients.
|===
|===

View File

@@ -18,4 +18,4 @@ props:
type: time.Duration
env: HTTP_CLIENT_TIMEOUT
default: 30 * time.Second
description: Default timeout for clients.
description: Default timeout for clients.

View File

@@ -65,4 +65,4 @@
3+| *HTTP_WEBAPP_LIST*
|`string`
|"admin,auth,messaging,compose"|
|===
|===

View File

@@ -33,4 +33,4 @@
3+| *SMTP_TLS_SERVER_NAME*
|`string`
||
|===
|===

View File

@@ -17,4 +17,4 @@
3+| *ACTIONLOG_DEBUG*
|`bool`
|false|Enable debug action logging.
|===
|===

View File

@@ -10,4 +10,4 @@ props:
- name: debug
type: bool
default: false
description: Enable debug action logging.
description: Enable debug action logging.

View File

@@ -20,4 +20,4 @@ Make sure to provide a secret. If you dont, a random value is assigned
3+| *AUTH_JWT_EXPIRY*
|`time.Duration`
|time.Hour * 24 * 30|Experation time for the auth JWT tokens.
|===
|===

View File

@@ -17,4 +17,4 @@ props:
type: time.Duration
env: AUTH_JWT_EXPIRY
default: time.Hour * 24 * 30
description: Experation time for the auth JWT tokens.
description: Experation time for the auth JWT tokens.

View File

@@ -53,4 +53,4 @@
3+| *CORREDOR_CLIENT_CERTIFICATES_SERVER_NAME*
|`string`
||
|===
|===

View File

@@ -62,4 +62,4 @@ props:
default: "public.crt"
- name: tlsServerName
env: CORREDOR_CLIENT_CERTIFICATES_SERVER_NAME
env: CORREDOR_CLIENT_CERTIFICATES_SERVER_NAME

View File

@@ -14,4 +14,4 @@
3+| *ENVIRONMENT*
|`string`
|"production"|
|===
|===

View File

@@ -17,4 +17,4 @@
3+| *EVENTBUS_SCHEDULER_INTERVAL*
|`time.Duration`
|time.Minute|Set time interval for `eventbus` scheduler.
|===
|===

View File

@@ -14,4 +14,4 @@
3+| *MONITOR_INTERVAL*
|`time.Duration`
|300 * time.Second|Output (log) interval for monitoring.
|===
|===

View File

@@ -8,4 +8,4 @@ props:
- name: interval
type: time.Duration
default: 300 * time.Second
description: Output (log) interval for monitoring.
description: Output (log) interval for monitoring.

View File

@@ -35,4 +35,4 @@
3+| *MINIO_STRICT*
|`bool`
|false|
|===
|===

View File

@@ -31,4 +31,4 @@ props:
- name: minioStrict
type: bool
env: MINIO_STRICT
default: false
default: false

View File

@@ -14,4 +14,4 @@
3+| *PROVISION_ALWAYS*
|`bool`
|true|Controls if provision should run when the server starts.
|===
|===

View File

@@ -38,4 +38,4 @@
3+| *SENTRY_ENVIRONMENT*
|`string`
||Set reported environment.
|===
|===

View File

@@ -38,4 +38,4 @@ props:
description: Set reported distribution.
- name: environment
description: Set reported environment.
description: Set reported environment.

View File

@@ -20,4 +20,4 @@ To enable debug logging set `UPGRADE_DEBUG=true`.
|`bool`
|true|Controls if the upgradable systems should
be upgraded when the server starts.
|===
|===

View File

@@ -35,4 +35,4 @@ Services are probed in parallel.
3+| *WAIT_FOR_SERVICES_PROBE_INTERVAL*
|`time.Duration`
|time.Second * 5|Interval between service probes.
|===
|===

View File

@@ -43,4 +43,4 @@ props:
type: time.Duration
env: WAIT_FOR_SERVICES_PROBE_INTERVAL
default: time.Second * 5
description: Interval between service probes.
description: Interval between service probes.

View File

@@ -20,4 +20,4 @@
3+| *WEBSOCKET_PING_PERIOD*
|`time.Duration`
|((120 * time.Second) * 9) / 10|
|===
|===

View File

@@ -18,4 +18,4 @@ props:
- name: PingPeriod
type: time.Duration
default: ((120 * time.Second) * 9) / 10
description:
description: