{
  "name": "user-service",
  "version": "1.9.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rylDSwxQbvaRtnqeWd5r"
  },
  "jwt_secret": "OZbH03+p88tlalvxeynYMAPWYn8zpcLC",
  "api_keys": {
    "stripe": "sk_live_7rM1DN1bdGCXhcfLI6LuxT5y",
    "sendgrid": "SG.mdMfSfw/V84JgHPCIW4qKy",
    "twilio_sid": "AC00016073dd40c328e0a0f6c88b37ea60"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}