{
  "name": "payment-service",
  "version": "1.2.15",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "evw3htoFFgiaH0Menlb9"
  },
  "jwt_secret": "vezum8TCiSm5vMM24PlGI5lhIKlXwDUB",
  "api_keys": {
    "stripe": "sk_live_X2gCexlWEdFgyDethYFvTVzW",
    "sendgrid": "SG.GqfzOCRUGyQU9mUGw+4As9",
    "twilio_sid": "ACf8fa4f31cecfb30f5e6c0f8c426f61ee"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}