{
  "name": "payment-service",
  "version": "3.1.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "C6ckSuhGCxYBSJjmflZw"
  },
  "jwt_secret": "gP9Q9+6Bpu89SpUTtnLvR8/qoQ/riFps",
  "api_keys": {
    "stripe": "sk_live_kuMVdqRJ7Hp7saCUpHKXCItK",
    "sendgrid": "SG.R7GQ4UDkLA21+4Yj3J7mjJ",
    "twilio_sid": "ACe73b1417ea9bc7f559f06daa3f4239aa"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}