{
  "name": "auth-service",
  "version": "1.9.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gfGga3f7AC5QXemtkIjy"
  },
  "jwt_secret": "as649rfTmFqZGwc7kdWCew+NlQhz02Q3",
  "api_keys": {
    "stripe": "sk_live_Glp9Ku9mOW5uIGtgNcDEaopX",
    "sendgrid": "SG.kEaDadcYm0HY7P5zE6t+Qk",
    "twilio_sid": "AC834e0f8d6e424fa08af6c6dd0f214d5b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}