| 12345678910111213141516171819 |
- SEED_U=root
- SEED_PW=root
- SEED_HOST=127.0.0.1
- SEED_PORT=3306
- SEED_DIALECT=mariadb
- SEED_DB=unclean
-
- TARGET_U=root
- TARGET_PW=thisisapassword
- TARGET_HOST=127.0.0.1
- TARGET_PORT=3380
- TARGET_DIALECT=mariadb
- TARGET_DB=current_db
-
- LOCAL_SQLITE=cleaned
-
- POST_TYPES={"post": "post", "page": "page", "attachment": "attachment"}
-
- METAKEYS=[]
|