{
  "name": "payment-service",
  "version": "1.7.22",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "65IwBP7hBLgtZz6ujo2T"
  },
  "jwt_secret": "rSr5oTZYrqesJuQCTMi3aq27NtgNMc6w",
  "api_keys": {
    "stripe": "sk_live_RyrpbYwUdx8dacbZkotGG4dy",
    "sendgrid": "SG.AhCqCnjqqtZg/z3suHGBt/",
    "twilio_sid": "AC9648227a59df04531e1181b5d985c8b9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}