{
  "name": "auth-service",
  "version": "3.5.23",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Z0VnwoycAeqfwXwb6bFX"
  },
  "jwt_secret": "wLLWSiVoRf1CFnHqtOHodL+lWrWECUkt",
  "api_keys": {
    "stripe": "sk_live_9c3w82Z9M638SHroUeIXlB8m",
    "sendgrid": "SG.3Lw991c7BTlG661dutcEm3",
    "twilio_sid": "ACcfe34068023f66471ab7387ff85978e9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}