#!/bin/bash
# 本地服务监听端口
SERVER_PORT=8080

# 远端（被封装）API 的 Base URL
REMOTE_BASE=https://monster-siren.hypergryph.com/api

