{
  "name": "auth-service",
  "version": "3.2.25",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6wu4t4JCqlKCC7ziDeeD"
  },
  "jwt_secret": "xd5XjtQ+Bg6ivYueo1Zvx1fT0t0eNinH",
  "api_keys": {
    "stripe": "sk_live_WfhHL2LbXLBASiLjQDeaghfC",
    "sendgrid": "SG.YxwKzV7l+6sWjhrYiJp6uF",
    "twilio_sid": "AC35fe266692e9ac11daee8ddf4be156de"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}