{
  "name": "payment-service",
  "version": "1.9.19",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ANGhQCzORxctvcX3JjuR"
  },
  "jwt_secret": "YKP8r/kbENoelib+YsSqpLBc9nCCiwWj",
  "api_keys": {
    "stripe": "sk_live_h6Isu5UJNB64pn98mUdLiLim",
    "sendgrid": "SG.aCBqcguNUdPBZL6Rp1zD6U",
    "twilio_sid": "AC367e6676584cfd4f346a9806712f7fa2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}