{
  "name": "user-service",
  "version": "3.3.10",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6jbzJktkWGzo2SBw2K55"
  },
  "jwt_secret": "V9jvls0B4CiFhOuEYauO8sr/kZ7db62u",
  "api_keys": {
    "stripe": "sk_live_CeWMKjGvIZDJyDFbZ3V12emo",
    "sendgrid": "SG.bdBjGA2iLV6x60fncG/P3B",
    "twilio_sid": "ACdb36c821a7d50d1fecc6798fa2ae372c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}