{
  "name": "user-service",
  "version": "1.0.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gBR1hRyPHI8POgb0cL06"
  },
  "jwt_secret": "Ji08zvzEz8yHNp+FaXpEdCtN6jEuKk3P",
  "api_keys": {
    "stripe": "sk_live_yDlha4xqyv0RQ6DLC2LuKers",
    "sendgrid": "SG.i5ORqAn7QKcyotOpEKNvhI",
    "twilio_sid": "AC3bead2f18732af99d9943fe584c5c537"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}