{
  "name": "payment-service",
  "version": "1.9.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "98LwlW1a44QKohl1zXFx"
  },
  "jwt_secret": "9mxIRShddhdELngwCc0xgbhNX+Vdby4O",
  "api_keys": {
    "stripe": "sk_live_HFJ5X6icwfsS5qOhi7mi2oT8",
    "sendgrid": "SG.d0i8YNap0t6de24JEkCq2I",
    "twilio_sid": "AC020087e9877cf208d67d070b7f844f56"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}