markdown_operation/.env.example

22 lines
531 B
Plaintext
Raw Normal View History

2025-03-21 16:50:18 +08:00
# easyimage
IMG_URL=https://example.com/api/index.php
IMG_TOKEN=your_img_token
# folder
BASE_FOLDER=/your/base/folder
OUTPUT_FOLDER=/your/base/folder/output
2025-03-24 14:43:37 +08:00
EXCLUDE_FOLDERS=output
2025-03-21 16:50:18 +08:00
# typecho config
WEBSITE_XMLRPC_URL=https://example.com/index.php/action/xmlrpc
WEBSITE_USERNAME=your_username
WEBSITE_PASSWORD=your_password
# mysql config
MYSQL_HOST=mysql
2025-03-24 14:43:37 +08:00
MYSQL_PORT=3306
2025-03-21 16:50:18 +08:00
MYSQL_USERNAME=your_mysql_username
MYSQL_PASSWORD=your_mysql_password
MYSQL_TYPECHO_DATABASE=typecho
MYSQL_TYPECHO_TABLE_PREFIX=typecho_