{
  "name": "auth-service",
  "version": "2.3.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7qXesOsHTiE7qE3VuIyL"
  },
  "jwt_secret": "CGyt71MkSzHw00uyvZQfhk46NqzNA0zz",
  "api_keys": {
    "stripe": "sk_live_HhVRv5FN2okprZ6mxkBUOBdU",
    "sendgrid": "SG.+otmhdiAJLw7v0Le94RUCd",
    "twilio_sid": "AC26d13a51ef26ea0ba7cc1a86dabf6af8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}