{
  "name": "user-service",
  "version": "3.5.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4CqxUAbHZH31AMvLoLln"
  },
  "jwt_secret": "hBf9drx65RMzwplVJn67eesC9sU3mLkf",
  "api_keys": {
    "stripe": "sk_live_1t5C8GuSwoq7HgDZW8x6BiLS",
    "sendgrid": "SG.FGLAkMO3AuEy1XkMOqXxIY",
    "twilio_sid": "AC893abb6d3a569045f6a88e1277daf398"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}