{
  "name": "user-service",
  "version": "1.7.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YbYTQXyQ7XbvQXKU78FJ"
  },
  "jwt_secret": "vDOu8Z+1wSOKfZrOb3edOCdgFYGHsWAP",
  "api_keys": {
    "stripe": "sk_live_toQCkqSmEiqdVIMOyxJKBe8a",
    "sendgrid": "SG.tTi8h2iMhKB5jDbDS7Kpa1",
    "twilio_sid": "ACa869a3135d35d391c0624348c42c40af"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}