{
  "name": "payment-service",
  "version": "3.9.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "59ejFMQMHwaDqVwnRp4q"
  },
  "jwt_secret": "dIvtBvZasarazXa86JwJ3JqBLl9sETqL",
  "api_keys": {
    "stripe": "sk_live_xIGx9Ifj5fYRaSaW0farsuI7",
    "sendgrid": "SG.uqG0Yd8iujV4+T/7hNKhkL",
    "twilio_sid": "AC6c5df264cab4f7e0f173930ba7e438d8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}