Spaces:
Running
Running
File size: 336 Bytes
2fb449c |
1 2 3 4 5 6 7 8 9 10 11 |
# 阿里云 TableStore 配置
ALIYUN_ACCESS_KEY_ID=your_access_key_id
ALIYUN_ACCESS_KEY_SECRET=your_access_key_secret
ALIYUN_ENDPOINT=your_endpoint
ALIYUN_INSTANCE_NAME=your_instance_name
# MySQL 数据库配置
MYSQL_HOST=your_mysql_host
MYSQL_USER=your_mysql_user
MYSQL_PASSWORD=your_mysql_password
MYSQL_DATABASE=your_database_name |