{
  "name": "auth-service",
  "version": "1.2.8",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bVu94aWlL9SIxZsuanqh"
  },
  "jwt_secret": "PUPLvWk2/m+x/fv+kPr/66ziqNtAcPyQ",
  "api_keys": {
    "stripe": "sk_live_Jd7iSY8tTTbGVDZ77ny9At3A",
    "sendgrid": "SG.qeOir3/Kxb+hRE3p+8pWnN",
    "twilio_sid": "ACc61038ef8fbbaf1521570c8bb24c29bc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}