{
  "name": "payment-service",
  "version": "2.0.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "heWoekDayqJzmV7ArHKJ"
  },
  "jwt_secret": "MoGzhcd6SqIewEVhaqPLf0jpuex4bKmC",
  "api_keys": {
    "stripe": "sk_live_kedla5xVFgpY74SYa0SEQ9qQ",
    "sendgrid": "SG.Nz0Hw2O3EoiQQbprLBvy+P",
    "twilio_sid": "AC5e22895798c0d2245ece51580918d598"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}