{
  "name": "auth-service",
  "version": "3.3.22",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GJJQ0fUOGxbw4GJgKOv3"
  },
  "jwt_secret": "pV9um7698dbG6dHph7Bi5J17H05G5M3Q",
  "api_keys": {
    "stripe": "sk_live_6xxy3ThACtcsmi00pYkI2JCl",
    "sendgrid": "SG.uHlqJjVVYV/AlpPtlvSsmn",
    "twilio_sid": "ACc5f6c41fd092e4f74132d8187af5af9b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}