{
  "name": "auth-service",
  "version": "2.5.8",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Pwb5bqAqPxWtGiWwZTfY"
  },
  "jwt_secret": "BXB5PI+pGrK6YXoDXts6aOXA0uh4w8yt",
  "api_keys": {
    "stripe": "sk_live_uD9S4NCGY2ZWcLjZusP45xJO",
    "sendgrid": "SG.KMoQ+QxG+UggAn66N/bDSp",
    "twilio_sid": "AC165d20e581d766a9c975475b32933cb3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}