{
  "name": "auth-service",
  "version": "2.7.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0AahPbf1ZktvGhXtgMAH"
  },
  "jwt_secret": "CBmT/MuM3Q4blta403rSSFcFV6Jvwxjy",
  "api_keys": {
    "stripe": "sk_live_m6xZKYvSqIlJJXxG4YMDK71P",
    "sendgrid": "SG.VsgA23HbzBnGFn4oZbVjx/",
    "twilio_sid": "ACb0f12521cee1eeb9d10f4996130eb770"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}