{
  "name": "payment-service",
  "version": "3.4.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eke8rYjAne2xlpx8sEV8"
  },
  "jwt_secret": "AEFtOlQMY5bORB3arkVbhZdjcrv4AVIz",
  "api_keys": {
    "stripe": "sk_live_aklHTP3Oz7yVzhm9VoOD7jsO",
    "sendgrid": "SG./IV7yUh4HOZLj8saCGZ86C",
    "twilio_sid": "ACe720fd0c03b6de993a852b20be33692a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}