{
  "name": "auth-service",
  "version": "3.5.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0lHuaOMaU5AUiwJx8R19"
  },
  "jwt_secret": "7wBfdQkH+e2+FBtjnF+/FcFaRRyX8+b1",
  "api_keys": {
    "stripe": "sk_live_jT5Sw2C7k8BkwIMb3ZuArI2K",
    "sendgrid": "SG.b2HrYhQTV8Bu79zvon4Z8/",
    "twilio_sid": "AC0e3500a07a349212861210775d66202a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}