{
  "name": "auth-service",
  "version": "1.2.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "F8iFpSY30iatDUBciDQW"
  },
  "jwt_secret": "D5aWKstcBSmKcL62hV3QX/yaNSHmDvT2",
  "api_keys": {
    "stripe": "sk_live_3e0kogOIUoXGqT770uDCANjV",
    "sendgrid": "SG.wxsNC+fB1V4tRzLDCKM1+q",
    "twilio_sid": "ACeebfd6407a2da06672f61dc44e2c2319"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}