playingapi commited on
Commit
76b1135
·
verified ·
1 Parent(s): 8e2c371

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -0
entrypoint.sh CHANGED
@@ -4,6 +4,10 @@
4
  echo "Starting sync_data.sh in background..."
5
  /sync_data.sh &
6
 
 
 
 
 
7
  # 启动 Flask 应用
8
  echo "Starting Flask application..."
9
  exec python run.py
 
4
  echo "Starting sync_data.sh in background..."
5
  /sync_data.sh &
6
 
7
+
8
+ export MAIL_POINT_API_URL=https://playingapi-msoauth2api.hf.space
9
+
10
+ echo "MAIL_POINT_API_URL: $MAIL_POINT_API_URL"
11
  # 启动 Flask 应用
12
  echo "Starting Flask application..."
13
  exec python run.py