{
  "name": "user-service",
  "version": "3.5.13",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tXUZhBkTOadqiTZQaf08"
  },
  "jwt_secret": "mZt4k8qrmRmtGoK448yyx53F4J4yu7Hd",
  "api_keys": {
    "stripe": "sk_live_SeMJU3sv3IJsQjIPlYwiycTr",
    "sendgrid": "SG.jbMzAcAcmy8INA2U63UMo7",
    "twilio_sid": "AC7459a3f073c754e452fc1134b87f4c6e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}