{
  "name": "payment-service",
  "version": "1.1.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Xgm50lbIWCNgxI8lhgM8"
  },
  "jwt_secret": "nAquSVL8+E+fKAJ7cdKRf0Ymn7kV9HNU",
  "api_keys": {
    "stripe": "sk_live_avbJiioSVfMxpoDBA5sys3i4",
    "sendgrid": "SG.Euce2Iz8tIGD3FAi+tcyWW",
    "twilio_sid": "ACf48bd89b074ee0fe3d68640da0e3dae3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}