{
  "name": "payment-service",
  "version": "2.0.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "q53rxyn2mlxu5ZmtVRJo"
  },
  "jwt_secret": "KswvOJQjQTud8LJeBLlH6aF5kq+Ts0bV",
  "api_keys": {
    "stripe": "sk_live_yBKpLOj08hf0JvGFeg759ZYf",
    "sendgrid": "SG.miPC7NedL8ACtOcVTHOxQ4",
    "twilio_sid": "ACc208e614ae8e3443e42e0c34916bb087"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}