{
  "name": "payment-service",
  "version": "1.4.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "88VWg7IQcx4XyeaPv0Nu"
  },
  "jwt_secret": "IAPUbcXwmGePm9+av7tVHvnOVIyvv7Pv",
  "api_keys": {
    "stripe": "sk_live_s97J5u6YImZaZwOTtviLBz09",
    "sendgrid": "SG.tmTwcDkBl2jApgkiJG/L8a",
    "twilio_sid": "ACb081f06b22330aa6d84beb3d6b703d4e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}