{
  "name": "user-service",
  "version": "3.2.3",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PGWsZQm6njpjEopK4oIm"
  },
  "jwt_secret": "2BtHhdGJ4wJsCEDzf43bulWeFGUxPN7w",
  "api_keys": {
    "stripe": "sk_live_93rgKRNV3aL9H06FTYo1y00J",
    "sendgrid": "SG.h4DJVhMd6FQemi2nNfhqNb",
    "twilio_sid": "AC2eddf5e5509be722ad7d8cd4b3e4bee3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}