diff --git a/CloudronManifest.json b/CloudronManifest.json index 6b00e42..91c0dc9 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -7,7 +7,7 @@ "contactEmail": "contact@ente.io", "website": "https://ente.io", "tagline": "Open source, end-to-end encrypted photo backup", - "version": "0.3.5", + "version": "0.3.6", "upstreamVersion": "git-main", "healthCheckPath": "/health", "httpPort": 3080, diff --git a/start.sh b/start.sh index e019cb8..a9fabb7 100755 --- a/start.sh +++ b/start.sh @@ -122,7 +122,7 @@ HASH_KEY_FILE="$SECRETS_DIR/hash_key" JWT_SECRET_FILE="$SECRETS_DIR/jwt_secret" SESSION_SECRET_FILE="$SECRETS_DIR/session_secret" -SMTP_HOST="localhost" +SMTP_HOST="mail" SMTP_PORT="2525" SMTP_ENCRYPTION="" SMTP_USERNAME=""