{
  "name": "payment-service",
  "version": "2.9.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YSSQfgFbqopPGihEVj8y"
  },
  "jwt_secret": "yisUMRV+8jlBpCng/BYorhCygXkaxPU9",
  "api_keys": {
    "stripe": "sk_live_lgRtg26DU0k5Jxm75gQgGvvC",
    "sendgrid": "SG.VxdvgknHBNAN9tqhbmt11o",
    "twilio_sid": "AC728131253b2030ce7511a58c67b81a89"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}