{
  "name": "auth-service",
  "version": "2.7.15",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Y7mXCvOZnn1r8p9Rsh7k"
  },
  "jwt_secret": "bs1zd7inuMiTlotFluD2F9fwe5En49UN",
  "api_keys": {
    "stripe": "sk_live_NcdFWzhq1DRVRsaLZfkM5muk",
    "sendgrid": "SG.CWwyUHsV2NRt/CRGapEccL",
    "twilio_sid": "AC9b75f33bc7ad4168a100dad68f3157a1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}