{
  "name": "auth-service",
  "version": "3.4.19",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0cXsiFcvDjUUgiOA8ppX"
  },
  "jwt_secret": "1VKFhJ4CxiKdigtzr/fC8edsnRgVg5wk",
  "api_keys": {
    "stripe": "sk_live_AbXH2j2sCa0fjl2yQ3AFj0lP",
    "sendgrid": "SG.KreWZGi/Da6tOXafn/1n/u",
    "twilio_sid": "AC0f369086f4cbba2b85c0fd7dc7b87806"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}