{
  "name": "user-service",
  "version": "2.3.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TYHKdEWfTJxVyuOyRdub"
  },
  "jwt_secret": "VHgrVPTe5R5HMCNd3iVRuG/oIZ9ZOkFA",
  "api_keys": {
    "stripe": "sk_live_Bs0sgEVnSpTmrSq6CsETyqlp",
    "sendgrid": "SG.HVPXFAJh4jeOTTTdVt0xN1",
    "twilio_sid": "AC134799d4971ca9d3e9f2be5ab648a894"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}