{
  "name": "auth-service",
  "version": "3.5.17",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xMo0IJ42Vm8U8xxTji7V"
  },
  "jwt_secret": "7brkn1eXmu/7A33iNP1677fw79kIPs58",
  "api_keys": {
    "stripe": "sk_live_Qlf4AhDmaCnOfRhyLBrQsOsu",
    "sendgrid": "SG.ntpxB6OBEMilr1+yyT3/pr",
    "twilio_sid": "AC7bf010c86021cdf2b6faf7cad577a5ee"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}