web-site/config.development.json

21 lines
315 B
JSON
Raw Normal View History

2024-02-11 12:31:51 +00:00
{
2024-11-26 21:00:48 +00:00
"url": "http://localhost:3001",
2024-02-11 12:31:51 +00:00
"server": {
2024-11-26 21:00:48 +00:00
"port": 3001,
2024-02-11 12:31:51 +00:00
"host": "::"
},
"mail": {
"transport": "Direct"
},
"logging": {
"transports": [
"file",
"stdout"
]
},
"process": "systemd",
"paths": {
"contentPath": "/var/lib/ghost/content"
}
}