contentSecurity/conf/alibabacloud.env
2025-10-15 14:52:37 +08:00

12 lines
431 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#=========== 阿里云内容安全配置 ===========
# 阿里云AccessKey ID
ALIBABA_CLOUD_ACCESS_KEY_ID=your_access_key_id_here
# 阿里云AccessKey Secret
ALIBABA_CLOUD_ACCESS_KEY_SECRET=your_access_key_secret_here
# 阿里云区域可选默认为cn-shanghai
ALIBABA_CLOUD_REGION=cn-shanghai
# 阿里云端点可选默认为green.cn-shanghai.aliyuncs.com
ALIBABA_CLOUD_ENDPOINT=green.cn-shanghai.aliyuncs.com