{
  "name": "payment-service",
  "version": "1.6.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fJA3NGOMnVwfbajhdcUA"
  },
  "jwt_secret": "rOm5Eaa4k8ioQ4I6EVSE84LFaVMpWfpr",
  "api_keys": {
    "stripe": "sk_live_4fdGiH1wNjGn3SGQpokDuBVd",
    "sendgrid": "SG.pbYmz9AET63QOrwKm/KvfZ",
    "twilio_sid": "AC0bc3550df7ad5431af2d4362c799c0e7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}