{
  "name": "payment-service",
  "version": "1.1.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5wN2AEIFCWBdNSh9hFDa"
  },
  "jwt_secret": "6KtkSHL8FDcq5WJ7Ma/8J5p/Uet+MNYt",
  "api_keys": {
    "stripe": "sk_live_lbZVVmJ3mUDNEFW754HzBbrP",
    "sendgrid": "SG.TePYWiImbeuxnwgr8GYvgs",
    "twilio_sid": "AC92ed4fb5d04cd0a9de5c666e496717ec"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}