mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-06 14:24:58 +08:00
9 lines
267 B
JSON
Vendored
9 lines
267 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"
|
|
}
|
|
}
|