{
  "name": "user-service",
  "version": "1.6.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4juBOF5XzyhvhXCc03K4"
  },
  "jwt_secret": "jKo/3u1LRiSYdCEsUNKunYulAE16heux",
  "api_keys": {
    "stripe": "sk_live_IhSfaazyJMhvW43VPezVZ1bV",
    "sendgrid": "SG.070fmmX/H9gQfxbyUrB5gG",
    "twilio_sid": "ACcd946df9ca352fcc50a062d479f7f3ea"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}