{
  "name": "user-service",
  "version": "2.8.10",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7p4fBXPEYQlyloHceNZ2"
  },
  "jwt_secret": "s9UVi2BIIwhaJzP6Kr1e02aIh2XnFb/l",
  "api_keys": {
    "stripe": "sk_live_9O9y2YyRQnO5YusPdMWYGLdb",
    "sendgrid": "SG.43qERcfttwpALPfNMU5Pot",
    "twilio_sid": "AC982266bb6a2003022fa832c36e7c596b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}