{
  "name": "user-service",
  "version": "2.3.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cWKqWG08euhsDHdTnA7S"
  },
  "jwt_secret": "98yitNGjO2cqL4PeKkGCKWRZgHOm6Ywl",
  "api_keys": {
    "stripe": "sk_live_HnQtcV0yv12YMutxcNccE17T",
    "sendgrid": "SG.GDaedKeGw+QsJeacyhyS+K",
    "twilio_sid": "ACd65227ebb29789c9ad67ea3dba346d91"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}