Untitled attachment
https://media.futurist.info/media_attachments/files/111/756/582/349/676/839/original/aabf3de893634613.png
@markstos @molly0xfff I'm less concerned with getting the specifics of the mailgun credentials right for now, and simply getting my JSON right.
gives me these errors.
I've tried eliminating { etc .. but whatever I'm coming up with causes Ghost to fail to start.
Full JSON:
{
"url": "https://daily.jimcarroll.com",
"server": {
"port": 2368,
"host": "127.0.0.1"
},
"database": {
"client": "mysql",
"connection": {
"host": "127.0.0.1",
"user": "ghost",
"password": "xxxxxx",
"database": "xxxxx"
}
},
"mail": {
"transport": "SMTP",
"options": {
"service": "Mailgun",
"host": "smtp.us.mailgun.org",
"port": "587",
"secure": true,
"auth": {
"user": "xxxxxx",
"pass": "xxxxxx"
}
}
}
"logging": {
"transports": [
"file",
"stdout"
]
},
"process": "systemd",
"paths": {
"contentPath": "/home/ghost/webapps/daily/content"
}
}
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.