{
  "name": "payment-service",
  "version": "2.8.17",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gYrUigADMXW5smGUPanZ"
  },
  "jwt_secret": "BexTko0YmRJcuEnpAAvvQp6SaSBDcZzy",
  "api_keys": {
    "stripe": "sk_live_goxmMZwrfZi2ymUJSP8juznz",
    "sendgrid": "SG.9TYr9LHhzai5eJJt38DiyJ",
    "twilio_sid": "AC075ffa2986e05576ebb8c5442cf0f92c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}