{
  "name": "auth-service",
  "version": "1.1.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2P2s8CFVeR0roYJqE6TS"
  },
  "jwt_secret": "BjC610v+ZrjibuZm6Hog1KCt33GJn1Fd",
  "api_keys": {
    "stripe": "sk_live_Pq4zpQSNQCTF92SYeMcjSmnu",
    "sendgrid": "SG.zdsfaZjhFuGcAEPUVe+o6l",
    "twilio_sid": "AC729064837ce3982616980f66ec98634d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}