{
  "name": "payment-service",
  "version": "1.1.4",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "TyOWmUKc8xAcuPbqvBGB"
  },
  "jwt_secret": "WWA5ds6+ExutoiSZY359Ru42IiBUttGx",
  "api_keys": {
    "stripe": "sk_live_aoHRVP1fSNgSI8UD6UZPbpYd",
    "sendgrid": "SG.rNRILzaninwBPpQLjF5lRn",
    "twilio_sid": "AC786befa18e53f4a88c2e720248914231"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}