{
  "name": "payment-service",
  "version": "2.0.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0kscfnqfWboPanBEnaPo"
  },
  "jwt_secret": "NFt1Yqo1ueLZ1wN0VtioaYcv2H8SNUdO",
  "api_keys": {
    "stripe": "sk_live_BUjrWxGSKPpNWMtcMfcSeRuW",
    "sendgrid": "SG.tzqFIEEAHIPfiC3nfseOD6",
    "twilio_sid": "AC4515d0a4fcaad936123cdd1b7e1e3977"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}