{
  "name": "user-service",
  "version": "1.4.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "57RvUG6PQFwq2wfojhCO"
  },
  "jwt_secret": "Cl5mpwcRKL3HhMha/aotLTWOFbeQztYP",
  "api_keys": {
    "stripe": "sk_live_nBWGSOztgszedPLsJOqn4Is1",
    "sendgrid": "SG.tp1I/CxchkYtsSook01wFu",
    "twilio_sid": "AC0ab7d772c6a4b9f7c2975ca2dc5555e1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}