{
  "name": "user-service",
  "version": "3.8.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ClUznL4vEkXhlhU6AMzJ"
  },
  "jwt_secret": "aBk+JTZNp/di8z5As9Xb+y0+CfZDMgBZ",
  "api_keys": {
    "stripe": "sk_live_OidMilFuJb2nUfkkVJQX3iLh",
    "sendgrid": "SG.drSssftqjxXgqoWEhzO6wN",
    "twilio_sid": "AC6513d40471b7877e07ceb874e78d9331"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}