{
  "name": "auth-service",
  "version": "2.1.23",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fcD8FhCL4VflMFhxt7sI"
  },
  "jwt_secret": "2Ye1yIWYQuvr/Nfdn4sSk3OynM88Tq6v",
  "api_keys": {
    "stripe": "sk_live_8POqxCZhyevzXhTbZKYAShh1",
    "sendgrid": "SG.oTekKLymwWBW+sDnTGXDvV",
    "twilio_sid": "AC78ad91654c3dc03c74ef4e2df3c4c4c9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}