{
  "name": "user-service",
  "version": "2.1.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "orcZOuxmKpz7EgwGp8b3"
  },
  "jwt_secret": "KK5PXpuLHWFtM59fAhqtDg3y5gF3Ljec",
  "api_keys": {
    "stripe": "sk_live_gFl5uJVef9W1S3KIvbK6M8Bn",
    "sendgrid": "SG.l6xSB3n7cI1wvc1qB8yebn",
    "twilio_sid": "AC2f68299fe0aeba201480cde6149f4493"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}