Bump version to 1.124.4

This commit is contained in:
Your Name
2025-12-01 08:43:35 -06:00
parent 8fed43ef1c
commit 7f9c2908a1
2 changed files with 2 additions and 1 deletions

View File

@@ -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,

View File

@@ -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}}