whitelist-importer/README.md

7 lines
203 B
Markdown
Raw Permalink Normal View History

# Whitelist Importer
A simple python script to import a `whitelist.json` file into MCM.
## Usage
```
2021-05-07 15:19:00 +00:00
python3 whitelist_importer.py [WHITELIST PATH] [MYSQL HOST] [MYSQL USER] [MYSQL PW] [MCM DB Name]
```