{
  "name": "auth-service",
  "version": "3.4.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Tv0DT6lqOYr4feNuvW8N"
  },
  "jwt_secret": "8UBP+Te0VOhpXaLD75mRqiyvb5vkY0sG",
  "api_keys": {
    "stripe": "sk_live_YUMtcWJ3divyGG6UEB06DbJL",
    "sendgrid": "SG.IJ6uDa4N6ktu8YMBVoKvh5",
    "twilio_sid": "AC27df121bd833cbc5fd8ecedb9d02a394"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}