{
  "name": "auth-service",
  "version": "2.0.19",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "X8Y2N9Pla2ExZEW9P54d"
  },
  "jwt_secret": "E/3yhuiAFjUBaDqI+DkMIIcxSTqx+Jxl",
  "api_keys": {
    "stripe": "sk_live_HInbwMMHPTvdp95kOHAXwJWH",
    "sendgrid": "SG.jLhEbUke+2G63J45/8w6dH",
    "twilio_sid": "AC41f877cc98c3e842a300b55c1eba6092"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}