{
  "name": "payment-service",
  "version": "3.6.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7Fi1frXf0MEaHt81DrN1"
  },
  "jwt_secret": "Pyz76IQu0+uKkMWnpuKsOYNk9fO83QGG",
  "api_keys": {
    "stripe": "sk_live_BMStnRjlTFVuA1I2x7QsB6co",
    "sendgrid": "SG.ida4i+JRF2ZRq3xkGfJRNz",
    "twilio_sid": "ACbbb4f919e075710afee36c61b82a7edc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}