{
  "name": "payment-service",
  "version": "2.9.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BnnbOGr5Wys2sRVfl078"
  },
  "jwt_secret": "f1lAO+uhHp83S/U+WDnWQUoYJcoezF8o",
  "api_keys": {
    "stripe": "sk_live_WqwZIae1n7LkTuHGou2CLwUT",
    "sendgrid": "SG.HpAjH8eOzQOraiDBPRLesg",
    "twilio_sid": "ACa478ca0e0bfee44f3c63127871b6a5b3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}