{
  "name": "payment-service",
  "version": "2.2.19",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5XWgwl8KbeLqTxHFLtIf"
  },
  "jwt_secret": "HCm2K9OCXThsS5Ditx25QBFWZ/ny2Xx3",
  "api_keys": {
    "stripe": "sk_live_9AvhMOw6V74cG1kGqsLNqf0A",
    "sendgrid": "SG.0po/e//i2emGLURP2LnBMe",
    "twilio_sid": "AC6154fa13e2e372134fc6634ec49cb065"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}