{
  "name": "auth-service",
  "version": "1.3.25",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Id0I2IL2Dl8Jvr2WBw3Y"
  },
  "jwt_secret": "3kEe4qwRhPmwxO6e+xTiYhTO4UZFghJd",
  "api_keys": {
    "stripe": "sk_live_md1L5DqCrOuSirYLE9sjbUFk",
    "sendgrid": "SG.tz0RKZ1cQjRfAejJz7p6VH",
    "twilio_sid": "ACeabcab1c0af84911b419fdf5933d4ec6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}