Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "url": "http://localhost:2368",
- "server": {
- "port": 2368,
- "host": "127.0.0.1"
- },
- "mail": {
- "transport": "SMTP",
- "options": {
- "service": "Mailgun",
- "host": "smtp.mailgun.org",
- "port": 465,
- "secure": true,
- "auth": {
- "pass": "<redacted-redacted-redacted-redacted-redacted>"
- }
- }
- },
- "logging": {
- "transports": [
- "file",
- "stdout"
- ]
- },
- "process": "systemd",
- "paths": {
- "contentPath": "/var/lib/ghost/content"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment