{
  "name": "user-service",
  "version": "1.0.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5sgu7icEz0CZ8OwzZdZj"
  },
  "jwt_secret": "dJq7sXQqmeX1mvlHdwvWP3uTRTXOGFbV",
  "api_keys": {
    "stripe": "sk_live_vJwG2jfDkVvVBMg6w7cu2ztq",
    "sendgrid": "SG.jJQlUehOTvYBDkjgGQdsw2",
    "twilio_sid": "AC935a8dc1494aa50e16fa0c8458cfad59"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}