{
  "name": "payment-service",
  "version": "2.5.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pBH8QI01KUtfrq009mKh"
  },
  "jwt_secret": "WZ4blqZBrHM4dSbPKG9gcy9UVMPyO1NM",
  "api_keys": {
    "stripe": "sk_live_NUeC08SDYsvQ5iPPieNPI5GN",
    "sendgrid": "SG.8JTcKZf40BFhp2H+tSzhXd",
    "twilio_sid": "AC75c0a74f905b14427c1a36cb33530792"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}