{
  "name": "payment-service",
  "version": "3.4.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AobE3gE0Kvj21IaaRDuM"
  },
  "jwt_secret": "cwwCwxqXTNkjiYWVjtqfIfnwR/dvExrh",
  "api_keys": {
    "stripe": "sk_live_0NMcOwLx3luCvcauDQdpkV78",
    "sendgrid": "SG.aHaG8SYzk9BorL/aVUmay5",
    "twilio_sid": "ACac488792d4d34225aef67454e77ee0da"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}