{
  "name": "auth-service",
  "version": "2.9.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "byRm5b6tLvNsNo91qF1S"
  },
  "jwt_secret": "OlidC3insohzZhSM4xnFq7LXnBLdYdSc",
  "api_keys": {
    "stripe": "sk_live_OVyElz56nuQrTbfF3tO3qrzp",
    "sendgrid": "SG.oRIRB/eeTrEKw4IYTsIuKo",
    "twilio_sid": "AC2408724e2be118c7847beaf9850d1708"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}