{
  "name": "auth-service",
  "version": "3.4.29",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LAxNiHdfQiN1Ttw1BPNr"
  },
  "jwt_secret": "UrzKLhNDQ2NArkt254GFppPBq1CkKyh7",
  "api_keys": {
    "stripe": "sk_live_MDoCHqocoPneqCcUXhfU1Bg1",
    "sendgrid": "SG.Fvx7QgC0+fgGCg86MKnh/P",
    "twilio_sid": "ACe4133637d3374a2e47c7414ed7b37aa9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}