{
  "name": "user-service",
  "version": "2.7.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "A2UOB7HJ6O9Yt7twGoZw"
  },
  "jwt_secret": "5M82NDY7V4m/5046RxaJKQ25dLa0KrOu",
  "api_keys": {
    "stripe": "sk_live_uuKd7zIxM2QaFmvHKrro8eX9",
    "sendgrid": "SG.jIizsBY/gmYkFl6JXT5xzb",
    "twilio_sid": "ACc57591a4eb64eadfa70fb7e4b5e8b2dd"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}