From 96c9c1588d4ad7c6616b3594c9fbe0073ca9ed39 Mon Sep 17 00:00:00 2001 From: zhangww-web <85724269+zhangww-web@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:50:18 +0800 Subject: [PATCH] Add files via upload --- .env | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..519e7ae --- /dev/null +++ b/.env @@ -0,0 +1,21 @@ +# 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 +EXCLUDE_FOLDERS=工作笔记 + +# 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 +MYSQL_PORT=3306 +MYSQL_USERNAME=your_mysql_username +MYSQL_PASSWORD=your_mysql_password +MYSQL_TYPECHO_DATABASE=typecho +MYSQL_TYPECHO_TABLE_PREFIX=typecho_