{
  "name": "auth-service",
  "version": "2.8.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MBEV13QA2wYSnzCGwMxJ"
  },
  "jwt_secret": "cCiU8+6joafdezacUcFTgeiagUDlUePi",
  "api_keys": {
    "stripe": "sk_live_Mw9jqArTIfPhAMTJR2cI6bq9",
    "sendgrid": "SG.qteKi00+XzJ/RbdFpc6YCm",
    "twilio_sid": "ACc07cd6d95820735de6215d54a975c49c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}