ztgeng commited on
Commit
47fa23b
1 Parent(s): 67b21e3

cat json for debugging

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -2,7 +2,7 @@
2
  # 将环境变量的内容写入凭证文件
3
  # echo $GOOGLE_APPLICATION_CREDENTIALS_JSON
4
  echo $GOOGLE_APPLICATION_CREDENTIALS_JSON > /app/keys/google-cloud-text-to-speech-key.json
5
- echo /app/keys/google-cloud-text-to-speech-key.json
6
 
7
  # 启动 Flask 应用
8
  exec flask run --host=0.0.0.0 --port=7680
 
2
  # 将环境变量的内容写入凭证文件
3
  # echo $GOOGLE_APPLICATION_CREDENTIALS_JSON
4
  echo $GOOGLE_APPLICATION_CREDENTIALS_JSON > /app/keys/google-cloud-text-to-speech-key.json
5
+ cat /app/keys/google-cloud-text-to-speech-key.json
6
 
7
  # 启动 Flask 应用
8
  exec flask run --host=0.0.0.0 --port=7680