{
  "name": "payment-service",
  "version": "1.0.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "B9aJTOu9sV6TMBCXfwfd"
  },
  "jwt_secret": "6SB0eTJJQ8UQt5tzrbz2OUaJ70NYQhpW",
  "api_keys": {
    "stripe": "sk_live_Al5gvWXgXMZq7CvvAfIJOX8p",
    "sendgrid": "SG.MUUtcDwOG3INnd+pipXDnW",
    "twilio_sid": "AC9c806026291ee078c353bf4f873f820e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}