mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-13 02:55:04 +08:00
8 lines
230 B
JSON
Vendored
8 lines
230 B
JSON
Vendored
{
|
|
"baseUrl": "http://localhost:9000",
|
|
"env": {
|
|
"server_init_command": "pkill -9 listmonk | cd ../ && ./listmonk --install --yes && ./listmonk > /dev/null 2>/dev/null &",
|
|
"username": "listmonk",
|
|
"password": "listmonk"
|
|
}
|
|
}
|