MLA_PORT=[PORT]
PROXY_URL=[URL FOR RELOAD]
PROXY_USERNAME=[PROXY USER NAME]
PROXY_PASSWORD=[PROXY PASSWORD]
3. Set port in multilogin app
Instructions
4. Put videos in videos
folder
5. Create videos.json
file
{
"videos":
[
{
"id": "0",
"videoPath": "./videos/**.mp4",
"head": "***",
"tags":
[
"#***",
"#***"
]
},
{
"id": "1",
"videoPath": "./videos/**.mp4",
"head": "***",
"tags":
[
"#***",
"#***"
]
}
]
}
6. Create profiles.json
file
{
"profiles":
[
{
"id": "0",
"mlId": "****"
},
{
"id": "1",
"mlId": "****"
}
]
}
7. Create config.json
file
{
"startProfileId": 0,
"startVideoId": 0
}