2021-02-20 08:19:14 +00:00
|
|
|
{
|
2021-09-25 07:14:09 +00:00
|
|
|
"baseUrl": "http://localhost:9000/admin",
|
2021-02-20 08:19:14 +00:00
|
|
|
"env": {
|
2021-09-25 07:14:09 +00:00
|
|
|
"apiUrl": "http://localhost:9000",
|
|
|
|
"serverInitCmd": "pkill -9 listmonk | cd ../ && ./listmonk --install --yes && ./listmonk > /dev/null 2>/dev/null &",
|
2021-02-20 08:19:14 +00:00
|
|
|
"username": "listmonk",
|
|
|
|
"password": "listmonk"
|
2021-12-09 15:17:52 +00:00
|
|
|
},
|
|
|
|
"viewportWidth": 1300,
|
|
|
|
"viewportHeight": 950
|
2021-02-20 08:19:14 +00:00
|
|
|
}
|