{
  "url": "https://thetechpenguin.com",
  "server": {
    "port": 2369,
    "host": "127.0.0.1"
  },
  "database": {
    "client": "mysql",
    "connection": {
      "host": "127.0.0.1",
      "user": "wpuser",
      "password": "WiwjLyyyEnykKF4PszXx",
      "database": "wordpress_prod"
    }
  },
  "mail": {
    "transport": "Direct"
  },
  "logging": {
    "transports": [
      "file",
      "stdout"
    ]
  },
  "process": "systemd",
  "security": {
    "staffDeviceVerification": true
  },
  "paths": {
    "contentPath": "/var/www/wordpress/content"
  },
  "bootstrap-socket": {
    "port": 8000,
    "host": "localhost"
  }
}
