Bump version to 1.124.4
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "Secure & decentralized communication",
|
"tagline": "Secure & decentralized communication",
|
||||||
"version": "1.124.3",
|
"version": "1.124.4",
|
||||||
"upstreamVersion": "1.143.0",
|
"upstreamVersion": "1.143.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
|
|||||||
1
start.sh
1
start.sh
@@ -13,6 +13,7 @@ MAS_SECRET_FILE=/app/data/configs/mas-client-secret
|
|||||||
MAS_CONFIG_TEMPLATE=/app/pkg/mas/mas-config.template.yaml
|
MAS_CONFIG_TEMPLATE=/app/pkg/mas/mas-config.template.yaml
|
||||||
MAS_CONFIG_OUTPUT=/app/data/configs/mas.yaml
|
MAS_CONFIG_OUTPUT=/app/data/configs/mas.yaml
|
||||||
MAS_CLI_BIN=/app/pkg/mas/mas-cli
|
MAS_CLI_BIN=/app/pkg/mas/mas-cli
|
||||||
|
MAS_KEYS_DIR=${MAS_KEYS_DIR:-/app/data/configs/mas-keys}
|
||||||
MAS_KEYS_DIR=/app/data/configs/mas-keys
|
MAS_KEYS_DIR=/app/data/configs/mas-keys
|
||||||
MAS_OIDC_CLIENT_ID=${MAS_OIDC_CLIENT_ID:-synapse}
|
MAS_OIDC_CLIENT_ID=${MAS_OIDC_CLIENT_ID:-synapse}
|
||||||
MAS_OIDC_ISSUER=${MAS_OIDC_ISSUER:-https://${MAS_DOMAIN}}
|
MAS_OIDC_ISSUER=${MAS_OIDC_ISSUER:-https://${MAS_DOMAIN}}
|
||||||
|
|||||||
Reference in New Issue
Block a user