{
  "name": "auth-service",
  "version": "2.1.13",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EhTM789EQ4hl0WrMNW84"
  },
  "jwt_secret": "wUXrNZH87oV2B8VI+ncWp4TLIEv4x4hF",
  "api_keys": {
    "stripe": "sk_live_dVBe7IpMdhFdLz4Yf8umHYea",
    "sendgrid": "SG.ZIzqRykXBsGbyHjItqmBmB",
    "twilio_sid": "AC995fdcaff6929101fec343d2a790dd62"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}