您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.env.sample 328B

12345678910111213141516171819
  1. SEED_U=root
  2. SEED_PW=root
  3. SEED_HOST=127.0.0.1
  4. SEED_PORT=3306
  5. SEED_DIALECT=mariadb
  6. SEED_DB=unclean
  7. TARGET_U=root
  8. TARGET_PW=thisisapassword
  9. TARGET_HOST=127.0.0.1
  10. TARGET_PORT=3380
  11. TARGET_DIALECT=mariadb
  12. TARGET_DB=current_db
  13. LOCAL_SQLITE=cleaned
  14. POST_TYPES={"post": "post", "page": "page", "attachment": "attachment"}
  15. METAKEYS=[]