{
  "name": "auth-service",
  "version": "3.0.2",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "gFPsTahCuFjaZycEp3ep"
  },
  "jwt_secret": "Z/rAEdddRncNFxmLh3NGa4e+2g6qpyZK",
  "api_keys": {
    "stripe": "sk_live_jUFETLu1hQJy5ewAYHxqsh86",
    "sendgrid": "SG.VdiqS9tp0cxEwuzjaPmj66",
    "twilio_sid": "ACa52ed41447c6855b3009c0815e8a538a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}