{
  "name": "auth-service",
  "version": "1.1.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QsptzqW5lwL7VpMZVPTw"
  },
  "jwt_secret": "v6sZ71vfE/IBG7PGBxOrXJV0EDCJ+V9x",
  "api_keys": {
    "stripe": "sk_live_zUnSar1HUvL6QVXU8UmlxU4d",
    "sendgrid": "SG.oy9S31Nh+Omi3Z3QpyrjXP",
    "twilio_sid": "AC37606a9f40e55f16295bdf1484c5c863"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}