Skip to content

Commit

Permalink
Merge pull request #295 from xiao201208/fix/tech_109
Browse files Browse the repository at this point in the history
fix technical 109
  • Loading branch information
xiao201208 authored Jun 28, 2024
2 parents dc39c04 + df35d4f commit bc2f666
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions documents/solution/ai/drawing_with_tongyi_wanxiang_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,13 @@ Resources:
#!/bin/bash

cat << EOF >> ~/.bash_profile
export DASHSCOPE_API_KEY=${DashScopeApiKey}
export OSS_ACCESS_KEY_ID=${AccessKey.AccessKeyId}
export OSS_ACCESS_KEY_SECRET=${AccessKey.AccessKeySecret}
export WANX_DEMO_OSS_BUCKET=${BucketName}
export WANX_DEMO_USERNAME=${DemoUserName}
export WANX_DEMO_PASSWORD=${DemoUserPassword}
export WANX_DEMO_OSS_ENDPOINT=https://oss-${ALIYUN::Region}.aliyuncs.com
export DASHSCOPE_API_KEY="${DashScopeApiKey}"
export OSS_ACCESS_KEY_ID="${AccessKey.AccessKeyId}"
export OSS_ACCESS_KEY_SECRET="${AccessKey.AccessKeySecret}"
export WANX_DEMO_OSS_BUCKET="${BucketName}"
export WANX_DEMO_USERNAME="${DemoUserName}"
export WANX_DEMO_PASSWORD="${DemoUserPassword}"
export WANX_DEMO_OSS_ENDPOINT="https://oss-${ALIYUN::Region}.aliyuncs.com"
EOF

source ~/.bash_profile
Expand Down

0 comments on commit bc2f666

Please sign in to comment.