{
  "name": "auth-service",
  "version": "3.6.28",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bWwvm9wd9P8tCgzd6vIL"
  },
  "jwt_secret": "DgJTXTkV/u5zHmTI0ccW0fDIheNvOABG",
  "api_keys": {
    "stripe": "sk_live_GlyhOAtpYBNHuUmr1eVpB72G",
    "sendgrid": "SG.lov1V228doyVraYF6kNxzb",
    "twilio_sid": "AC73980ac4f8aa9f4e6a63916504a8d023"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}