{
  "name": "user-service",
  "version": "1.9.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6W97k8g7F9tPP7WetzSK"
  },
  "jwt_secret": "H6TbQCegb5gXxue4vBbnSI2jEwUhJOYh",
  "api_keys": {
    "stripe": "sk_live_KuBEgCG0kdOPAmn3dEKtHRsz",
    "sendgrid": "SG.Md8QU2pX3oyNEFjG37Xv31",
    "twilio_sid": "ACc80d906f5d8b760fb10fdab00e63f46d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}