{
  "name": "auth-service",
  "version": "3.8.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nnpoZp6rpV6efWe6Spfi"
  },
  "jwt_secret": "XyTHwk/q+it9MDPHpAZLfemGG9YBieeH",
  "api_keys": {
    "stripe": "sk_live_19UrB9NH7tsjLRQA8jjkWyZW",
    "sendgrid": "SG.xpEXFWRiyeD6AL/lPIYXaV",
    "twilio_sid": "AC487d422d594f69a4540a3740131f9b03"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}