{
  "name": "payment-service",
  "version": "2.4.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6G1U0SURBQnDpYjv8A1p"
  },
  "jwt_secret": "Q2ZoiW2FT1xDVYm0uiulctNYZauliZtQ",
  "api_keys": {
    "stripe": "sk_live_8Y0d6nRTe2rX1fN5AUNEG0Rc",
    "sendgrid": "SG.fhe5/UYohXC+GMzdj8vMHa",
    "twilio_sid": "AC7254d88a9f708237200cc0a07704461c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}