{
  "name": "auth-service",
  "version": "2.1.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "x5i4AWMczLciORNsWBqt"
  },
  "jwt_secret": "VYCdjOH0f8ndshTG1RDHhuU/Vxx1+ZOT",
  "api_keys": {
    "stripe": "sk_live_jBuz5n1JD4SdcfV8V2vfq3yf",
    "sendgrid": "SG.x/rh5z+Z58ToQBs7JLwV12",
    "twilio_sid": "AC367e3ac0f7f74dbc56d4b84759d7a96d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}