{
  "name": "auth-service",
  "version": "2.1.27",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "U032JgGWJAWVVfb5qFcr"
  },
  "jwt_secret": "6KumGN2A1iDNKfVCX/ITHAdeBqKkjZfz",
  "api_keys": {
    "stripe": "sk_live_KIBDatmMF7C77Z4pNFiTLeDs",
    "sendgrid": "SG.BE3GRLDHNrcW9LqFiJVRm0",
    "twilio_sid": "ACa487f47ed86f93ffd22072e7a28fd276"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}