{
  "name": "payment-service",
  "version": "1.8.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5JhnAmcr6BxaUjL6GMQp"
  },
  "jwt_secret": "as6KggMLMfarfBpsQGsyjx95a+I6fjk6",
  "api_keys": {
    "stripe": "sk_live_UPllSf3Z5XRfMJkxltncLd5G",
    "sendgrid": "SG.yCMlH+F9aq9VwHbe0HX2lb",
    "twilio_sid": "AC15b1b3a43a3d2aeaafde938abb933d25"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}