{
  "name": "auth-service",
  "version": "3.7.6",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "Nh9KWNJxdWujP3wtiMd8"
  },
  "jwt_secret": "YmV2qatfXA84mheUY2AERzOj8iVz6o+Z",
  "api_keys": {
    "stripe": "sk_live_G9PWxniWiXw3nVMyYgp5Irg3",
    "sendgrid": "SG.HRH9YbhZe+LSS9rLaj6YH8",
    "twilio_sid": "AC8b529a88767dab5a73299e74551ba286"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}