{
  "name": "payment-service",
  "version": "1.2.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Pi8umRKiBaWLByCUiMrF"
  },
  "jwt_secret": "3Tn+UZp+KiZhNcpPadKD3xubwmPHWvr4",
  "api_keys": {
    "stripe": "sk_live_bjAVroEX47VwCRuOiOWeCUTr",
    "sendgrid": "SG.pcuQD4tly6oMcoTdp9hyqK",
    "twilio_sid": "ACf7a3c79a8399e758dd4a1bda68f1819f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}