payHook / env.example
rogerxavier's picture
Upload 23 files
2fb449c verified
raw
history blame contribute delete
336 Bytes
# 阿里云 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