{
  "name": "payment-service",
  "version": "1.4.7",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8OAY0v14WCT160ONLIfb"
  },
  "jwt_secret": "FoMPIk1g4ZUgbhBk2voF55GlVthA/HSx",
  "api_keys": {
    "stripe": "sk_live_mDbNmV0ZeYrvEFcCPiJBWm24",
    "sendgrid": "SG.LByPjP41lL4P9DbootuCDZ",
    "twilio_sid": "AC3662aaef422f2c094c8ebf42dad74a1a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}