{
  "name": "payment-service",
  "version": "1.9.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nDct0BW8wIqTgwFVRdMC"
  },
  "jwt_secret": "l85+KtMAH4Uijwi0prouxJPDovFFLGQO",
  "api_keys": {
    "stripe": "sk_live_ayxLYfVxsdA0Tm3Mi2m78InL",
    "sendgrid": "SG.EDuv5cWggRt3MDGTlsEuRC",
    "twilio_sid": "AC02b8a1f09133c52ae66168ad41e0b5df"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}