{
  "name": "auth-service",
  "version": "2.0.17",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ST4mABXkAXRZx64obkMb"
  },
  "jwt_secret": "Kt8eY1J3coCaTMaW0of12YvGbCdGgX0g",
  "api_keys": {
    "stripe": "sk_live_WGklma41wZNzG8jz0l4eqUiv",
    "sendgrid": "SG.75v5lL8QEBHAZI/UXTIXza",
    "twilio_sid": "AC082a2e7a225e30b156da2453d13ec778"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}