{
  "name": "user-service",
  "version": "1.0.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zBM9xbFisNVVWVgFoRYd"
  },
  "jwt_secret": "p4XGGvWyVH1piL6mGGqMqJbzsBdAxGmh",
  "api_keys": {
    "stripe": "sk_live_tlAdXaTrE9OZJloVUDNFv4B1",
    "sendgrid": "SG.uoCuhu9o4Tpox//do4fgPO",
    "twilio_sid": "ACc12a9d5eeacce0e419d9d170ae1e24f6"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}