{
  "name": "user-service",
  "version": "1.4.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "X36gLFO3ScQGo7DgcZyp"
  },
  "jwt_secret": "z3aTvz+CN3UjBZWRHgWoIY7pcXBX/fgG",
  "api_keys": {
    "stripe": "sk_live_AGRnubg8C2YgYpYGhen4Nepi",
    "sendgrid": "SG.lyrgnK78pys9HilSjKnLfT",
    "twilio_sid": "AC9e98eadb0f82640933d2f87a6ac63fa7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}