{
  "name": "auth-service",
  "version": "3.1.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vW00rGVw9tTcsMM7aapE"
  },
  "jwt_secret": "hxkvATqpRMHgCdGCqzCud4y4zqIfnDU/",
  "api_keys": {
    "stripe": "sk_live_Z3wgwqLEV0NgOv6XL0Vd9KBu",
    "sendgrid": "SG.cMc7FVE2WXS94sPomstdfs",
    "twilio_sid": "AC318f7844f43b4f7e02a7c3c6188d1589"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}