Spaces:
Sleeping
Sleeping
cat json for debugging
Browse files
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 |
-
|
| 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
|