{
  "name": "auth-service",
  "version": "2.8.13",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cDE8YbbzZDOrX5Rec2N5"
  },
  "jwt_secret": "D81S/C7YqlDakVVxnjcvNN0+X5nUO6nB",
  "api_keys": {
    "stripe": "sk_live_hQBLPm0ztzJFqKa4JPjzCGFI",
    "sendgrid": "SG.piS1Uo5GM8LhahSlvxuhFr",
    "twilio_sid": "AC6f103b7f214ef7c0b1ef41ee89be4457"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}