{
  "name": "payment-service",
  "version": "1.4.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Un3cI3g9PNHvCKPTvO0P"
  },
  "jwt_secret": "H5Qs+k2SoSNT1DdnwsY8sU4lG+Ve4/Lg",
  "api_keys": {
    "stripe": "sk_live_x3NDuvlrXiQQCAfUoDqlUZ7S",
    "sendgrid": "SG.5FG8B5V/hJiryzPYsCQ39n",
    "twilio_sid": "AC8bed639195141b6a53c9929c53cc18b6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}