{
  "name": "auth-service",
  "version": "3.2.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iEqL5oGbNLgle0RU0o3A"
  },
  "jwt_secret": "bIOhCeEA3+34+gZL8wQIYAEFSkW0wm5k",
  "api_keys": {
    "stripe": "sk_live_reTjk4gryb331S23UQjt0c37",
    "sendgrid": "SG.ZomOVKGpFtnXjAOmPELK2C",
    "twilio_sid": "ACf48f95aff5f80a79e55f1c49480f2bd7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}