{
  "name": "payment-service",
  "version": "3.0.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IZ9AHV58N08aMZN855TV"
  },
  "jwt_secret": "sbdizaG8rBNM+tZvBwH19SOQpCeNN9G0",
  "api_keys": {
    "stripe": "sk_live_NhOWZ5zQKTGnqjCaLBKrZXXO",
    "sendgrid": "SG.AtG3yrQbmwzs40FhWVPdv4",
    "twilio_sid": "AC656581fe4a9ea326028479a37d267e3b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}