{
  "name": "payment-service",
  "version": "3.3.19",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ok1W0JAz6P0oDlivvT2h"
  },
  "jwt_secret": "DDRDGxaGgF1E8HZIS7uJxXikZbAfxArW",
  "api_keys": {
    "stripe": "sk_live_wpoDWTDlLQKVU7Mja7tV6Frj",
    "sendgrid": "SG.hdnMHqi6xZnfl1r1rXJKE/",
    "twilio_sid": "ACfae0569c115c31cf2aedb45c2ceaf849"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}