{
  "name": "auth-service",
  "version": "3.2.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zWC7kfpN0buTJOOcnEJH"
  },
  "jwt_secret": "vmM0WrpnlNDs03arDuXg2d4X88ywZ4Qq",
  "api_keys": {
    "stripe": "sk_live_QoMn2YyhAhczVEVUPZy7xyjK",
    "sendgrid": "SG.dwXIphBQGiA7ytr97Bx4mb",
    "twilio_sid": "AC45bb3b68d0b33139dc2bb681b3a66710"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}