{
  "name": "auth-service",
  "version": "2.0.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "My0MitlJkHDii6YLf7If"
  },
  "jwt_secret": "+zbRItHKiZmdfoHFlgnlySHOZKHXKI2Q",
  "api_keys": {
    "stripe": "sk_live_P3IpgeCcpwhLw2XInGtQUUeJ",
    "sendgrid": "SG.4Pm+oM+Wx0RfGSBWszLk6i",
    "twilio_sid": "AC1a8a355204fd3d91f9ba438398f69ce0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}