Why Nostr? What is Njump?
2024-01-14 22:09:22
in reply to

Futurist Jim Carroll on Nostr: npub1ag5hp…pdumn npub1xkgsh…7gph9 I'm less concerned with getting the specifics ...

I'm less concerned with getting the specifics of the mailgun credentials right for now, and simply getting my JSON right.

https://jsonlint.com

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"
  }
}

Author Public Key
npub1peyq3snjwqh840lhp0rzhyhjs4kvwl9qp5s75qn3hf70y38v9assh04tpa