{
  "name": "user-service",
  "version": "1.1.14",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ppcZ0lXPJFU12wvex1AY"
  },
  "jwt_secret": "SmjCChZVNGjWjcJJKUd6MooX5oiNEJVe",
  "api_keys": {
    "stripe": "sk_live_UlEfSw7vWxIKirqS6KgbynJ9",
    "sendgrid": "SG.9PxA14ESUNNz/KVBTLfSZ4",
    "twilio_sid": "AC218b22e88992fad9774fe334f3cdba44"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}