{
  "name": "auth-service",
  "version": "3.0.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "j0pMNKvMd6Cs8sAl2B9O"
  },
  "jwt_secret": "QZNeosEG28vWiGanib6f61G11FwFwR6n",
  "api_keys": {
    "stripe": "sk_live_2YCt0oIiGEYgQKafECtJIPMv",
    "sendgrid": "SG.XpUTTvd/g2hU1MtF6BFXFZ",
    "twilio_sid": "ACde6984f6bea77ddbf01abc3c693f4259"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}