{
  "name": "payment-service",
  "version": "1.2.18",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "4GyBPx6V1kyuBOZ170YQ"
  },
  "jwt_secret": "CMesOgLBC3YADFVmf035G/R+HmGPU0S5",
  "api_keys": {
    "stripe": "sk_live_35ojUIXptWw58r6fNUst22xq",
    "sendgrid": "SG.NsvyxW6i9ev3XUC9I0CZl0",
    "twilio_sid": "ACb5f0a1f39be7dcf9ee03eb5845e354a3"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}