Fix a typo, add empty line at end of file
This commit is contained in:
@@ -20,4 +20,4 @@
|
||||
{{- end -}}
|
||||
|{{ $prop.Description }}
|
||||
{{- end }}
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
3+| *DB_DSN*
|
||||
|`string`
|
||||
|"sqlite3://file::memory:?cache=shared&mode=memory"|Database connection string.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -65,4 +65,4 @@
|
||||
3+| *HTTP_WEBAPP_LIST*
|
||||
|`string`
|
||||
|"admin,auth,messaging,compose"|
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
3+| *SMTP_TLS_SERVER_NAME*
|
||||
|`string`
|
||||
||
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
3+| *ACTIONLOG_DEBUG*
|
||||
|`bool`
|
||||
|false|Enable debug action logging.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -10,4 +10,4 @@ props:
|
||||
- name: debug
|
||||
type: bool
|
||||
default: false
|
||||
description: Enable debug action logging.
|
||||
description: Enable debug action logging.
|
||||
|
||||
@@ -20,4 +20,4 @@ Make sure to provide a secret. If you don’t, a random value is assigned —
|
||||
3+| *AUTH_JWT_EXPIRY*
|
||||
|`time.Duration`
|
||||
|time.Hour * 24 * 30|Experation time for the auth JWT tokens.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -53,4 +53,4 @@
|
||||
3+| *CORREDOR_CLIENT_CERTIFICATES_SERVER_NAME*
|
||||
|`string`
|
||||
||
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -62,4 +62,4 @@ props:
|
||||
default: "public.crt"
|
||||
|
||||
- name: tlsServerName
|
||||
env: CORREDOR_CLIENT_CERTIFICATES_SERVER_NAME
|
||||
env: CORREDOR_CLIENT_CERTIFICATES_SERVER_NAME
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
3+| *ENVIRONMENT*
|
||||
|`string`
|
||||
|"production"|
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
3+| *EVENTBUS_SCHEDULER_INTERVAL*
|
||||
|`time.Duration`
|
||||
|time.Minute|Set time interval for `eventbus` scheduler.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
3+| *MONITOR_INTERVAL*
|
||||
|`time.Duration`
|
||||
|300 * time.Second|Output (log) interval for monitoring.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -35,4 +35,4 @@
|
||||
3+| *MINIO_STRICT*
|
||||
|`bool`
|
||||
|false|
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -31,4 +31,4 @@ props:
|
||||
- name: minioStrict
|
||||
type: bool
|
||||
env: MINIO_STRICT
|
||||
default: false
|
||||
default: false
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
3+| *PROVISION_ALWAYS*
|
||||
|`bool`
|
||||
|true|Controls if provision should run when the server starts.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -38,4 +38,4 @@
|
||||
3+| *SENTRY_ENVIRONMENT*
|
||||
|`string`
|
||||
||Set reported environment.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -38,4 +38,4 @@ props:
|
||||
description: Set reported distribution.
|
||||
|
||||
- name: environment
|
||||
description: Set reported environment.
|
||||
description: Set reported environment.
|
||||
|
||||
@@ -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.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -35,4 +35,4 @@ Services are probed in parallel.
|
||||
3+| *WAIT_FOR_SERVICES_PROBE_INTERVAL*
|
||||
|`time.Duration`
|
||||
|time.Second * 5|Interval between service probes.
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
3+| *WEBSOCKET_PING_PERIOD*
|
||||
|`time.Duration`
|
||||
|((120 * time.Second) * 9) / 10|
|
||||
|===
|
||||
|===
|
||||
|
||||
@@ -18,4 +18,4 @@ props:
|
||||
- name: PingPeriod
|
||||
type: time.Duration
|
||||
default: ((120 * time.Second) * 9) / 10
|
||||
description:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user