mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 17:13:04 +08:00
11 lines
317 B
JSON
Vendored
11 lines
317 B
JSON
Vendored
{
|
|
"baseUrl": "http://localhost:9000/admin",
|
|
"env": {
|
|
"apiUrl": "http://localhost:9000",
|
|
"serverInitCmd": "pkill -9 listmonk | cd ../ && ./listmonk --install --yes && ./listmonk > /dev/null 2>/dev/null &",
|
|
"username": "listmonk",
|
|
"password": "listmonk"
|
|
},
|
|
"viewportWidth": 1300,
|
|
"viewportHeight": 950
|
|
}
|