{
  "name": "auth-service",
  "version": "1.8.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "sbsIbpRhvw5GGB5dlqe7"
  },
  "jwt_secret": "fvieeF/80WVkwcIyWPvwtdD7A984osW/",
  "api_keys": {
    "stripe": "sk_live_h9RFRehu4pVfmAJgVRXjLZsr",
    "sendgrid": "SG.ZxUhWXVoi8avDsMOKcrDbs",
    "twilio_sid": "AC59528238bad8fa4fdcb8023917cf48ef"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}