{
  "name": "user-service",
  "version": "1.2.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8hEjAw1zlACGOnEmf81Y"
  },
  "jwt_secret": "53Tn6pBZpLsPbM57AAx64bdAsxn0Ihlb",
  "api_keys": {
    "stripe": "sk_live_2lRfk5puYwOFdpVmHnQ4HXSC",
    "sendgrid": "SG.lDbpHcetO3+HwiBGvq31+N",
    "twilio_sid": "AC69b532e7d5c3aaf9d4ae011569072518"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}