Skip to content

Commit 59ff3fb

Browse files
jiajunagentclaude
andcommitted
fix: 默认域名改为 metaboflow.ponytech.dev
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5f81a99 commit 59ff3fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run from the MetaboFlow repo root: bash deploy/deploy.sh
44
set -euo pipefail
55

6-
DOMAIN="${METABOFLOW_DOMAIN:-ponytech.dev}"
6+
DOMAIN="${METABOFLOW_DOMAIN:-metaboflow.ponytech.dev}"
77
ADMIN_EMAIL="${ADMIN_EMAIL:-jiajunagent@gmail.com}"
88
SECRET_KEY=$(openssl rand -hex 32)
99

deploy/setup-nginx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run as root or with sudo
44
set -euo pipefail
55

6-
DOMAIN="${METABOFLOW_DOMAIN:-ponytech.dev}"
6+
DOMAIN="${METABOFLOW_DOMAIN:-metaboflow.ponytech.dev}"
77
ADMIN_EMAIL="${ADMIN_EMAIL:-jiajunagent@gmail.com}"
88

99
echo "=== Nginx + SSL Setup ==="

0 commit comments

Comments
 (0)