{
  "name": "auth-service",
  "version": "2.1.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1dEDjtRiMS8U3mYmjr42"
  },
  "jwt_secret": "GSxf0bbZu5/oBF2tqjl5tU182Og8pofy",
  "api_keys": {
    "stripe": "sk_live_c3pR5z6dAUCPGi8WIKACfskd",
    "sendgrid": "SG.Ds87in+0A31nuHGar0vltj",
    "twilio_sid": "AC91981221cbbddaf609a41a44af5cb089"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}